Use webpack-merge.

Move html export config to own file.
Delete unnecessary config options.
Use cheap source maps.

Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
David Mehren
2018-10-10 21:54:27 +02:00
parent 9a2dcd40d3
commit 9f92bba036
5 changed files with 59 additions and 111 deletions

View File

@@ -188,6 +188,7 @@
"url-loader": "^1.0.1",
"webpack": "^4.14.0",
"webpack-cli": "^3.1.0",
"webpack-merge": "^4.1.4",
"webpack-parallel-uglify-plugin": "^1.1.0"
},
"standard": {