ktsn / vue-template-loader

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

Leave vue-template-compiler to peerDeps #20

Closed ktsn closed 7 years ago

ktsn commented 7 years ago

This allows the users to choose the version of vue-template-compiler. It can avoid version inconsistency between Vue and vue-template-compiler in userland.