v8.0.0
New
-
Template validation:
vue-loaderwill now detect and report common syntax errors in Vue templates at compile time.
Currently there are only 3 rules, but expect more to come in the future.
Fixed
vue-loadernow 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-loadernow has a peer dependency onvue-style-loaderinstead ofstyle-loader. The fork fixes an issue where root-relative urls in CSS files are not loaded properly when CSS source map is enabled.