-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Document webpack change: deprecate stats.warningsFilter in favor of ignoreWarnings #3995
Comments
Taking on this. |
@snitin315, @EugeneHlushko: is this correct? Shouldn't it be documented as
|
Yes, Indeed. My bad 😞, It should be |
I can do but what file should this documentation live in? Currently it's in |
I think |
@snitin315: see #4076 |
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
The text was updated successfully, but these errors were encountered: