Browse Source

fix: cssnano failed in merging rules

pull/2016/merge
sorrycc 8 years ago
committed by 陈帅
parent
commit
60f751d3af
  1. 3
      config/config.js

3
config/config.js

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

Loading…
Cancel
Save