Fix #4059 - Remove ModuleConcatenationPlugin (#4139)

It increased memory usage of Webpack 1.5x fold with little benefits
lolsob-rspec
Eugen Rochko 2017-07-10 18:46:46 +02:00 committed by GitHub
parent 098eef3211
commit fb7fcebb2b
1 changed files with 0 additions and 1 deletions

View File

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