From 0f8de0a03983b0b9b07dae60b9ffbec2c7caf4c1 Mon Sep 17 00:00:00 2001 From: William Date: Mon, 8 Apr 2019 12:35:02 +1200 Subject: [PATCH] fix(build-system): fix lodash imports (#2818) --- webpack/webpack.common.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: {