-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
debugging: issues with webpack resolver #528
Comments
What version of Webpack + Webpack resolver are you using? And where are they installed relative to each other? |
I am using They are all installed in my apps node_modules folder, not globally. |
That is a fairly old version of the Webpack resolver. Can you try with v0.5.1? |
I have upgraded to 0.5.1 and it works from
|
Ah, yes. Does this capture what you mean by
? And could you elaborate on
? |
Hmm ok. So I guess I'd have to disable linting in preloader for now then? In atom I get all the same entries underlined like the preloader dumps to the console. |
I'm not sure what the problem is. how are |
|
FYI: AtomLinter/linter-eslint#610 is the issue in the atom eslint plugin. I'm about to start using webpack on my project, so I might have a lot of motivation real soon to look into the problem. :) |
aha! Very good, a little motivation is always good:)
|
I'm not sure if this is the same issue a mine, but if I use this webpack config entry resolve: {
modulesDirectories: ['node_modules', './src'],
}, and this linter config import/extensions:
- error
- always
-
js: never and trying to import something like
I'm getting an error in BOTH cases. P.S. Screenshots are from Atom, but issue remains in CLI run. |
@tommiv looks like a different (and especially weird) issue. I'd open a new issue if it's still present on v2.2.0 w/ webpack resolver 0.7.0? |
No longer using webpack. No longer care about this bug ;) |
While my webpack config works just fine, I am getting a lot of linter errors with the same config:
eslint prints erros for each of my files:
my
.eslintrc
looks like this:But also
import/resolver: webpack
reports the same errorsThe text was updated successfully, but these errors were encountered: