Upgrade to Webpack 3 with module concatenation (#3912)
This commit is contained in:
committed by
Eugen Rochko
parent
7b13e6efc2
commit
e078919f07
@ -12,6 +12,7 @@ module.exports = merge(sharedConfig, {
|
||||
stats: 'normal',
|
||||
|
||||
plugins: [
|
||||
new webpack.optimize.ModuleConcatenationPlugin(),
|
||||
new webpack.optimize.UglifyJsPlugin({
|
||||
sourceMap: true,
|
||||
mangle: true,
|
||||
|
Reference in New Issue
Block a user