Open ThaDaVos opened 4 years ago
Hi, can you attach your configuration and some SFC so we can help?
Regards.
I guess the webpack configuration?
Webpack config: https://termbin.com/mj58 SFCS: [ https://termbin.com/i3bk https://termbin.com/qrjl ]
I disabled the inheritance stuff currently
Hi, sorry for the delay...
It could be a order problem, the SFC must be parsed with this loader first, so the result could be parser with vue-loader.
Try changing loaders order.
This loader breaks when someone has custom blocks in their SFC's - for example I've got
<route>
custom blocks as I am usingvue-auto-routing
: