vuejs-templates / webpack

A full-featured Webpack + vue-loader setup with hot reload, linting, testing & css extraction.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Moln opened this issue · comments

commented

OptimizeCSSAssetsPlugin, MiniCssExtractPlugin they can work in extract css.

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

commented

Oooops! Post wrong.