We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3612143 commit d099b5dCopy full SHA for d099b5d
1 file changed
src/index.js
@@ -152,9 +152,9 @@ class ESLintWebpackPlugin {
152
});
153
154
// await and interpret results
155
- compilation.hooks.additionalAssets.tapAsync(
+ compilation.hooks.processAssets.tapAsync(
156
this.key,
157
- async (callback) => {
+ async (_, callback) => {
158
const { errors, warnings, generateReportAsset } = await report();
159
160
if (warnings) {
0 commit comments