-
Notifications
You must be signed in to change notification settings - Fork 920
Can't use eslint-loader with vue-loader #53
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
In the |
I think that runs a linter on babel's transpiled output. I'm not sure that is what I want. I'm testing that and that seems to be what it does. |
@dannyfritz oops my bad, yeah the loader order is right to left. Not yet sure what's the real issue, will take a look tomorrow. |
Okay, instead of |
Oh my gosh. Many thanks. 👍 |
I think I either need access to the
js
portion's preloader or else I think eslint clobbers the stream and babel doesn't know what to do with it.eslint-loader
usagewebpack.config.js
:App.vue
:output:
The text was updated successfully, but these errors were encountered: