fix .bundle-analyzerrc.json

This commit is contained in:
afc163 2020-05-22 19:09:59 +08:00
parent 415848c359
commit 688f8a3ab0
2 changed files with 0 additions and 12 deletions

View File

@ -9,16 +9,6 @@
"test": "./dist/antd.min.css",
"maxSize": "65 kB",
"compression": "gzip"
},
{
"test": "./dist/antd.dark.min.css",
"maxSize": "65 kB",
"compression": "gzip"
},
{
"test": "./dist/antd.compact.min.css",
"maxSize": "65 kB",
"compression": "gzip"
}
]
}

View File

@ -91,8 +91,6 @@ function processWebpackThemeConfig(themeConfig, theme, vars) {
const themeReg = new RegExp(`${theme}(.min)?\\.js(\\.map)?$`);
// ignore emit ${theme} entry js & js.map file
config.plugins.push(new IgnoreEmitPlugin(themeReg));
addBundleAnalyzerPluginCom(config);
});
}