microsoft / TypeScript-Vue-Starter

A starter template for TypeScript and Vue with a detailed README describing how to use the two together.
MIT License
4.45k stars 592 forks source link

Vue loader v15 changes #63

Closed joshrosenhanst closed 5 years ago

joshrosenhanst commented 6 years ago

Vue-loader recently updated to v15 and has some relevant breaking changes: https://vue-loader.vuejs.org/migrating.html#notable-breaking-changes

V15 is the version installed when you run the npm install command listed in the README.

This PR should fix the webpack.config.js support for vue-loader v15 and updates the README to reflect the new webpack config.

msftclas commented 6 years ago

CLA assistant check
All CLA requirements met.

orta commented 5 years ago

I don't think. we need this now that https://github.com/microsoft/TypeScript-Vue-Starter/pull/47 is in... Right?

joshrosenhanst commented 5 years ago

I don't think. we need this now that #47 is in... Right?

Yup that looks like it covers this issue. Thanks