Skip to content

v11.0.0

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 13 Feb 21:50
· 254 commits to main since this release

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 and postcss-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 inline postcss option passed to vue-loader.

Fixed