提交 b71c378e 编写于 作者: 茶陵後's avatar 茶陵後 👍

#1 add webpack cache modules

上级 9abbe722
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"readme:copy": "cp -r README.md readme docs/", "readme:copy": "cp -r README.md readme docs/",
"fix-memory-limit": "cross-env LIMIT=14336 increase-memory-limit", "fix-memory-limit": "cross-env LIMIT=14336 increase-memory-limit",
"mv": "rm -rf public && mkdir -p public/guide && mv docs/.vuepress/dist/* public/guide/" "mv": "rm -rf public && mkdir -p public/guide && mv docs/.vuepress/dist/* public/guide/"
}, },
"devDependencies": { "devDependencies": {
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"increase-memory-limit": "^1.0.7", "increase-memory-limit": "^1.0.7",
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
"vuepress-plugin-sitemap": "^2.3.1" "vuepress-plugin-sitemap": "^2.3.1"
}, },
"dependencies": { "dependencies": {
"cache-loader": "^4.1.0",
"happypack": "^5.0.1",
"xml2js": "^0.4.23" "xml2js": "^0.4.23"
} }
} }
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册