Guys,
I was using v12.2.2 with pug as template language. Just moved to 13.0.2 and I receive this when mounting the vue:
"Failed to mount component: template or render function not defined"
Reinstalling 12.2.2, it works again. 13.0.2 breaks it. Any ideas? Thanks...
Please provide an example, Judging from the error, I rather think that you use require() and don't respect the new syntax necessary by a breaking change in vue-loader 13.* (see releases page.)
Where do I find the releases page or news about the breaking changes?
thanks, this solved my issue
Most helpful comment
https://github.com/vuejs/vue-loader/releases/tag/v13.0.0