diff --git a/.bundle-analyzerrc.json b/.bundle-analyzerrc.json index 4926fc335a..f571bce80d 100644 --- a/.bundle-analyzerrc.json +++ b/.bundle-analyzerrc.json @@ -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" } ] } diff --git a/webpack.config.js b/webpack.config.js index 36d8341e3c..928af9d52a 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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); }); }