0
0
Fork 0

Upgrade to Webpack 3 with module concatenation (#3912)

This commit is contained in:
Nolan Lawson 2017-06-23 08:44:55 -07:00 committed by Eugen Rochko
parent 7b13e6efc2
commit e078919f07
3 changed files with 54 additions and 5 deletions

View file

@ -12,6 +12,7 @@ module.exports = merge(sharedConfig, {
stats: 'normal',
plugins: [
new webpack.optimize.ModuleConcatenationPlugin(),
new webpack.optimize.UglifyJsPlugin({
sourceMap: true,
mangle: true,