-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaks when using custom blocks #15
Comments
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 |
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
:The text was updated successfully, but these errors were encountered: