Missing VueLoaderPlugin after update to quasar-cli 0.17.0
-
Hi everybody!
After updating to quasar-cli 0.17.0 I get a lot of errors like:ERROR in ./src/components/XYZ.vue?vue&type=script&lang=js (./node_modules/babel-loader/lib??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/LanguageSetting.vue?vue&type=script&lang=js) Module Error (from ./node_modules/vue-loader/lib/index.js): vue-loader was used without the corresponding plugin. Make sure to include VueLoaderPlugin in your webpack config.
Do I have to add the VueLoaderPlugin to
extendWebpack (cfg)
inquasar.conf.js
?
Shouldn’t quasar-cli add that to webpack config by default?Thanks,
doonoob