v11.0.0
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-loaderandpostcss-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 inlinepostcssoption passed tovue-loader.
Fixed
- Should now work properly with HappyPack.