about summary refs log tree commit diff
path: root/config/webpack
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-07-10 18:46:46 +0200
committerGitHub <noreply@github.com>2017-07-10 18:46:46 +0200
commita3d93e8bbede04ddbbab10168360a32aedc6bcf7 (patch)
treec33395874c536a6fddc5b128e517a1d58d569d97 /config/webpack
parent7a889a8e125a03e109b225cd83b0abcbdc76d95b (diff)
Fix #4059 - Remove ModuleConcatenationPlugin (#4139)
It increased memory usage of Webpack 1.5x fold with little benefits
Diffstat (limited to 'config/webpack')
-rw-r--r--config/webpack/production.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/webpack/production.js b/config/webpack/production.js
index 0d2c9acfb..303fca81b 100644
--- a/config/webpack/production.js
+++ b/config/webpack/production.js
@@ -12,7 +12,6 @@ module.exports = merge(sharedConfig, {
   stats: 'normal',
 
   plugins: [
-    new webpack.optimize.ModuleConcatenationPlugin(),
     new webpack.optimize.UglifyJsPlugin({
       sourceMap: true,
       mangle: true,