fix(build-system): fix lodash imports (#2818)

This commit is contained in:
William
2019-04-08 12:35:02 +12:00
committed by Anthony Lapenna
parent e4a81df42e
commit 0f8de0a039

View File

@@ -93,7 +93,8 @@ module.exports = {
new IgnorePlugin(/^\.\/locale$/, /moment$/),
// new BundleAnalyzerPlugin()
new LodashModuleReplacementPlugin({
shorthands: true
shorthands: true,
collections: true
})
],
optimization: {