Closed joshrosenhanst closed 5 years ago
I don't think. we need this now that https://github.com/microsoft/TypeScript-Vue-Starter/pull/47 is in... Right?
I don't think. we need this now that #47 is in... Right?
Yup that looks like it covers this issue. Thanks
Vue-loader recently updated to v15 and has some relevant breaking changes: https://vue-loader.vuejs.org/migrating.html#notable-breaking-changes
<style lang="sass">
will be treated as if a.sass
file was loaded.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.