mirror of https://github.com/portainer/portainer
fix(build-system): fix lodash imports (#2818)
parent
e4a81df42e
commit
0f8de0a039
|
@ -93,7 +93,8 @@ module.exports = {
|
|||
new IgnorePlugin(/^\.\/locale$/, /moment$/),
|
||||
// new BundleAnalyzerPlugin()
|
||||
new LodashModuleReplacementPlugin({
|
||||
shorthands: true
|
||||
shorthands: true,
|
||||
collections: true
|
||||
})
|
||||
],
|
||||
optimization: {
|
||||
|
|
Loading…
Reference in New Issue