New
- Now supports auto-loading the same PostCSS config files. The formats supported are exactly the same with postcss-loader. This means you can use the same PostCSS config file for both
vue-loader
andpostcss-loader
.
This is the recommended way to configure PostCSS inside vue-loader
from now on.
Breaking Changes
- This is a major release because of the PostCSS config file support - if you already have PostCSS config file in a project using
vue-loader < 11.0.0
, you will need to unify the two and remove the inlinepostcss
option passed tovue-loader
.
Fixed
- Should now work properly with HappyPack.