From: Eugen Rochko Date: Mon, 10 Jul 2017 16:46:46 +0000 (+0200) Subject: Fix #4059 - Remove ModuleConcatenationPlugin (#4139) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=a3d93e8bbede04ddbbab10168360a32aedc6bcf7;p=mastodon.git Fix #4059 - Remove ModuleConcatenationPlugin (#4139) It increased memory usage of Webpack 1.5x fold with little benefits --- 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,