Closed
Description
A pull request by @sokra was merged and maintainers requested a documentation change.
See pull request: webpack/webpack#11506
improve warnings and errors handling in stats
respect warningsFilter for warnings count
include child compilation warnings and errors in count
show hint for child compilation errors and warnings
add config.ignoreWarnings
deprecate stats.warningsFilter
What kind of change does this PR introduce?
refactoring
Did you add tests for your changes?
yes
Does this PR introduce a breaking change?
no, only deprecation
What needs to be documented once your changes are merged?
stats.warningsFilter
is deprecatedignoreWarnings
is the new optionRegExp
{module?: RegExp, file?: RegExp, message?: RegExp}
function(WebpackError, Compilation): boolean
Metadata
Metadata
Assignees
Labels
No labels