Skip to content

v8.0.0

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 05 Jan 20:07
· 254 commits to main since this release

New

  • Template validation: vue-loader will now detect and report common syntax errors in Vue templates at compile time.

    screen shot 2016-01-04 at 10 41 44 pm

    Currently there are only 3 rules, but expect more to come in the future.

Fixed

  • vue-loader now can properly handle language blocks that have a base indent - it will de-indent the entire block before passing to through other loaders, so that indent-sensitive pre-processors will no longer complain about it.

Breaking

  • vue-loader now has a peer dependency on vue-style-loader instead of style-loader. The fork fixes an issue where root-relative urls in CSS files are not loaded properly when CSS source map is enabled.