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 update breaks webpack configuration #48

Open caleb-allen opened 6 years ago

caleb-allen commented 6 years ago

See symfony/webpack-encore/issues/311

Reverting vue-loader to ^14.2.2 fixes the issue

caleb-allen commented 6 years ago

Looks like #47 solves this

saiyijinprince commented 6 years ago

FYI for anyone hitting "vue-loader was used without the corresponding plugin", reverting to vue-load ^14.2.2 doesn't fix this issue.

Was able to resolve the issue integrating #47.