Update webpack config to use parallel uglify plugin to speed up production build

This commit is contained in:
Wu Cheng-Han
2017-02-03 22:05:09 +08:00
parent 5ce5d4cd84
commit 15bf2b6da8
2 changed files with 11 additions and 7 deletions

View File

@@ -163,6 +163,7 @@
"script-loader": "^0.7.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.14.0"
"webpack": "^1.14.0",
"webpack-parallel-uglify-plugin": "^0.2.0"
}
}