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 e812f18 commit b865f1dCopy full SHA for b865f1d
src/hooks/tapDoneToAsyncGetIssues.ts
@@ -54,7 +54,7 @@ function tapDoneToAsyncGetIssues(
54
issues = issues.filter(configuration.issue.predicate);
55
56
// modify list of issues in the plugin hooks
57
- issues = hooks.issues.call(issues);
+ issues = hooks.issues.call(issues, stats.compilation);
58
59
const formatter = createWebpackFormatter(configuration.formatter, compiler.context);
60
0 commit comments