Skip to content
Snippets Groups Projects
Commit a3d93e8b authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix #4059 - Remove ModuleConcatenationPlugin (#4139)

It increased memory usage of Webpack 1.5x fold with little benefits
parent 7a889a8e
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,6 @@ module.exports = merge(sharedConfig, {
stats: 'normal',
plugins: [
new webpack.optimize.ModuleConcatenationPlugin(),
new webpack.optimize.UglifyJsPlugin({
sourceMap: true,
mangle: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment