Explorar el Código

fix: cssnano failed in merging rules

sorrycc hace 7 años
padre
commit
60f751d3af
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      config/config.js

+ 3 - 0
config/config.js

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