-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Enabling the threads
option makes it so that the plugin doesn't emit errors unless in watch mode after the file was changed.
#146
Comments
Encountered same problem the other day,it looks like a bug. |
I've got same problem, when threads: true, there is no errors and warnings |
对的,一样,当线程:true,没有错误和警告 |
Until 2023, this issue still exists |
Yes, still relevant and works similar to the "lintDirtyModulesOnly" setting |
kodiakhq bot
pushed a commit
to roots/bud
that referenced
this issue
Aug 15, 2024
Set `lintDirtyModulesOnly` option to `false`. Upstream bug, same as with `threads` option: webpack-contrib/eslint-webpack-plugin#146 ## Type of change **PATCH: backwards compatible change**
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Given these options:
when I run webpack the plugin doesn't emit errors.
When I run webpack in watch mode the plugin doesn't emit errors initially but if I change the file containing the error the plugin emits the error.
If I change the
threads
option tofalse
it works as expected and emits errors when webpack is run.Please paste the results of
npx webpack-cli info
here, and mention other relevant informationThe text was updated successfully, but these errors were encountered: