-
-
Notifications
You must be signed in to change notification settings - Fork 121
Webpack is showing wrong eslint linting errors on console #222
Comments
Could you try using a newer version of webpack? Please also delete |
@noumanaltaf Did upgrading to a new webpack version help? |
I'm facing the same issue with webpack versions 4.16.0 and 4.16.2. |
Have the same issue, are you beat it? |
Have you found any solution to this problem? |
Just try to remake your bundling step by step |
Do you have any suggestions that would help solve this problem? Can you add the version of the libraries you use? |
Hi, I'm experiencing the same issue: "webpack": "^4.17.1" Webpack rule:
I removed node_modules/.cache but still see these errors that simply don't exist :/ |
Hi, having the same issue here. When I first start webpac-dev-server I got a successful build, once a new build finishes I get non sense errors "webpack": "^2.3.3", MyComponent.jsx: Unexpected token, expected "{" (3:7)
1 | // @flow
2 | import { PrimaryButton } from 'ui-lib/Button';
> 3 | import Modal from 'react-bootstrap/lib/Modal'; |
When I start my dev server webpack console some linting errors that don't exist actually. You can see code given below error is saying "Strings must use singlequote" but actually in code there is no single quotation used.
"eslint-loader": "1.9.0"
"webpack": "1.14.0"
webpack.config.js
controller.js
The text was updated successfully, but these errors were encountered: