logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: a3d93e8bbede04ddbbab10168360a32aedc6bcf7
parent: 7a889a8e125a03e109b225cd83b0abcbdc76d95b
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Mon, 10 Jul 2017 18:46:46 +0200

Fix #4059 - Remove ModuleConcatenationPlugin (#4139)

It increased memory usage of Webpack 1.5x fold with little benefits

Diffstat:

Mconfig/webpack/production.js1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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,