fingerpan / vue-cli-plugin-dll

Vue CLI 3 plugin for Webpack DllPlugin/DllReferencePlugin
MIT License
76 stars 22 forks source link

Don't filter plugin: optimize-cssnano-plugin #42

Closed zzetao closed 4 years ago

zzetao commented 4 years ago

Vue-Cli uses @intervolga/optimize-cssnano-plugin plugin to minify css.

I need to use it to remove css comments.

Vue-Cli code: https://github.com/vuejs/vue-cli/blob/1a0b59142aa8797810ca90705290d960a4ee6d1e/packages/%40vue/cli-service/lib/config/css.js#L242-L249