Fix #4059 - Remove ModuleConcatenationPlugin (#4139)

It increased memory usage of Webpack 1.5x fold with little benefits
th-downstream
Eugen Rochko 7 years ago committed by GitHub
parent 098eef3211
commit fb7fcebb2b

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

Loading…
Cancel
Save