mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
fix(build-system): fix lodash imports (#2818)
This commit is contained in:
parent
e4a81df42e
commit
0f8de0a039
1 changed files with 2 additions and 1 deletions
|
@ -93,7 +93,8 @@ module.exports = {
|
|||
new IgnorePlugin(/^\.\/locale$/, /moment$/),
|
||||
// new BundleAnalyzerPlugin()
|
||||
new LodashModuleReplacementPlugin({
|
||||
shorthands: true
|
||||
shorthands: true,
|
||||
collections: true
|
||||
})
|
||||
],
|
||||
optimization: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue