diff --git a/webpack/webpack.common.js b/webpack/webpack.common.js index 6097782d8..9806355e5 100644 --- a/webpack/webpack.common.js +++ b/webpack/webpack.common.js @@ -93,7 +93,8 @@ module.exports = { new IgnorePlugin(/^\.\/locale$/, /moment$/), // new BundleAnalyzerPlugin() new LodashModuleReplacementPlugin({ - shorthands: true + shorthands: true, + collections: true }) ], optimization: {