diff --git a/config/config.js b/config/config.js index 280f0c9e2e7640350f0603ff3745550c6bdacc9b..d86bc928dd82cddb2d061689a6dfde53afdd4821 100644 --- a/config/config.js +++ b/config/config.js @@ -90,4 +90,7 @@ export default { }, chainWebpack: webpackplugin, + cssnano: { + mergeRules: false, + }, };