Browse Source

fix: cssnano failed in merging rules

sorrycc 7 years ago
parent
commit
60f751d3af
1 changed files with 3 additions and 0 deletions
  1. 3 0
      config/config.js

+ 3 - 0
config/config.js

@@ -90,4 +90,7 @@ export default {
   },
 
   chainWebpack: webpackplugin,
+  cssnano: {
+    mergeRules: false,
+  },
 };