mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Reduce amount of chunks
This commit is contained in:
@@ -211,7 +211,11 @@ const webpackConfig = {
|
||||
};
|
||||
|
||||
if (isAnalyze) {
|
||||
webpackConfig.plugins.push(new BundleAnalyzerPlugin());
|
||||
webpackConfig.plugins.push(
|
||||
new BundleAnalyzerPlugin({
|
||||
excludeAssets: /^(vendors~intl|locale-|intl)/,
|
||||
}),
|
||||
);
|
||||
}
|
||||
|
||||
if (isProduction) {
|
||||
|
Reference in New Issue
Block a user