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

You may need an additional loader to handle the result of these loaders #8

Closed
jannikbuscha opened this issue Oct 25, 2021 · 2 comments

Comments

@jannikbuscha
Copy link

Hi, I get this error:
image

My vue.config.js:
image

My package.json:
image

My vue component:
image

@fengyuanchen
Copy link
Owner

There is a breaking change as of vue-loader@16.6.0, see this issue.

For a quick fix, you can lock the vue-loader version to 16.5.0:

npm install vue-loader@16.5.0

@fengyuanchen
Copy link
Owner

Fixed in vue-loader@16.8.2.

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