Hi, receiving strange error after run dev and build. With quasar build or dev I receiving following trace:
ERROR in ./src/App.vue?vue&type=template&id=491840de (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./src/App.vue?vue&type=template&id=491840de)
Module build failed: Error: No parser and no file path given, couldn’t infer a parser.
…
@ ./src/App.vue?vue&type=template&id=491840de 1:0-194 1:0-194
@ ./src/App.vue
@ ./.quasar/entry.js
Found something similar with eslint loader and webpack > 4. but trying to except eslint in webpack-config.js also not helped.
Could somebody check and help to resolve the issue?
Thank you
Arman