1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 05:19:39 +02:00

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: {