-
Notifications
You must be signed in to change notification settings - Fork 916
vue-loader, webpack "need an appropriate loader" for templates in .vue files #504
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
Comments
There seems to be nothing wrong in the config, please provide an actual repo for reproduction. Alternatively please use |
me too ,the same question, I want to know why??? |
This is my config and I'm trying to simply get a single Reopen this, it's obviously not resolved. Some of us can't figure out how to integrate |
checkout vue-loader version,if use 15.x.x ,may be emit this error.
|
14.x.x worked for me, while 15.x.x didn't. |
This is an extremely old issue and unlikely related to anything in v15.0.0. If you are running into anything with v15, open a new issue with proper reproductions. |
Which package or
loader
should I use to letwebpack
transform the templates in my .vue files. Should I usevue-html-loader
or is it not used for Vue 2.0?My dependencies are
In my webpack.config.js
The text was updated successfully, but these errors were encountered: