Added uglification stap to remove dead code (fix by @arve0)

This commit is contained in:
euvl
2017-09-13 13:41:30 +01:00
parent 3a8a5884c8
commit 48721f956d
4 changed files with 1661 additions and 2880 deletions

View File

@@ -35,6 +35,9 @@ module.exports = {
},
devtool: '#source-map',
plugins: [
// new UglifyJSPlugin()
new UglifyJSPlugin({
mangle: false,
beautify: true
})
]
}