Ver código fonte

Remove cssnano config (#2661)

chencheng (云谦) 7 anos atrás
pai
commit
005a6efb1c
1 arquivos alterados com 0 adições e 3 exclusões
  1. 0 3
      config/config.js

+ 0 - 3
config/config.js

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