webpack css压缩方案

css-loader原有的minimize选项在1.0.0版本已经移除,不能使用其进行css压缩。
目前可行的css压缩方案有:

1. postcss-loader with cssnano or use optimize-cssnano-plugin plugin
2. postcss with postcss-clean
3. mini-css-extract-plugin (webpack4)

猜你喜欢

转载自www.cnblogs.com/mengff/p/9693314.html