摘要: 参考: https://stackoverflow.com/questions/5807137/how to revert uncommitted changes including files and folders `git reset hard && git clean fd` 阅读全文
posted @ 2017-06-13 23:30 LisPythoniC 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 比较实用, 当你在cd到子文件夹运行webpack时,你可能想要require文件夹js里面的一些模块, 但你又想将祖先的js文件夹作为fallback.这样设置即可: 阅读全文
posted @ 2017-06-13 23:20 LisPythoniC 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 参考https://webpack.js.org/guides/caching/ deterministic hashes 阅读全文
posted @ 2017-06-13 00:08 LisPythoniC 阅读(251) 评论(0) 推荐(0) 编辑