New
-
Template validation:
vue-loader
will 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-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 onvue-style-loader
instead ofstyle-loader
. The fork fixes an issue where root-relative urls in CSS files are not loaded properly when CSS source map is enabled.