vuejs-templates / webpack

A full-featured Webpack + vue-loader setup with hot reload, linting, testing & css extraction.
MIT License
9.71k stars 4.4k forks source link

Why `minimize` option was removed, and what solution instead it. #1484

Closed Moln closed 5 years ago

Moln commented 5 years ago

OptimizeCSSAssetsPlugin, MiniCssExtractPlugin they can work in extract css.

I want minimize <style> tag. but they does not work with style-loader.

Moln commented 5 years ago

Oooops! Post wrong.