-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
No loader specified #1121
Comments
I know the answer, I used an error loader in other rule |
I'm getting this error while using less-loader. If I disable the less-loader line in the vue.config.js, it starts building again (although my less files fail). This looks to be a recent change; it was working a few weeks ago. |
I'm also found this error in my project ,who know how to slove it, |
I know you have add loader() this fun after use() just like this:. And this answer will be more people see who is the new-bird |
Version
3.0.0-beta.6
Reproduction link
https://jsfiddle.net/50wL7mdz/298228/
Steps to reproduce
I run
npm run build
this command, then console throw a error thatD:\project\vuets\node_modules\_webpack@3.11.0@webpack\lib\RuleSet.js:274 throw new Error("No loader specified");
.I have a config of vue.config.js like this:
Is anything wrong?
What is expected?
normal build and output files
What is actually happening?
throw a error of No loader specified
The text was updated successfully, but these errors were encountered: