ktsn / vue-template-loader

Vue.js 2.0 template loader for webpack
MIT License
266 stars 26 forks source link

Support source map for template and css #31

Closed ktsn closed 7 years ago

ktsn commented 7 years ago

Fix #30

This PR allows to generate source map of template and styles. Note that the template source map does not support break points because vue-template-compiler does not support it yet.