mirror of
https://github.com/portainer/portainer.git
synced 2025-11-26 14:06:05 +08:00
fix(build-system): fix lodash imports (#2818)
This commit is contained in:
@@ -93,7 +93,8 @@ module.exports = {
|
||||
new IgnorePlugin(/^\.\/locale$/, /moment$/),
|
||||
// new BundleAnalyzerPlugin()
|
||||
new LodashModuleReplacementPlugin({
|
||||
shorthands: true
|
||||
shorthands: true,
|
||||
collections: true
|
||||
})
|
||||
],
|
||||
optimization: {
|
||||
|
||||
Reference in New Issue
Block a user