build(webpack): enable lodash options (#6248)
This commit is contained in:
@@ -31,7 +31,9 @@ const result = configBuilder(
|
||||
// display full duplicates information? (Default: `false`)
|
||||
verbose: false,
|
||||
}),
|
||||
new LodashModuleReplacementPlugin(),
|
||||
new LodashModuleReplacementPlugin({
|
||||
"memoizing": true
|
||||
}),
|
||||
new WebpackBundleSizeAnalyzerPlugin("log.bundle-sizes.swagger-ui.txt"),
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user