Skip to content
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

Open
ThaDaVos opened this issue Oct 28, 2020 · 5 comments
Open

Breaks when using custom blocks #15

ThaDaVos opened this issue Oct 28, 2020 · 5 comments

Comments

@ThaDaVos
Copy link

This loader breaks when someone has custom blocks in their SFC's - for example I've got <route> custom blocks as I am using vue-auto-routing:

image

@chumager
Copy link
Collaborator

Hi, can you attach your configuration and some SFC so we can help?

Regards.

@ThaDaVos
Copy link
Author

I guess the webpack configuration?

@ThaDaVos
Copy link
Author

ThaDaVos commented Oct 28, 2020

Webpack config: https://termbin.com/mj58
SFCS: [
https://termbin.com/i3bk
https://termbin.com/qrjl
]

@ThaDaVos
Copy link
Author

I disabled the inheritance stuff currently

@chumager
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants