mirror of https://github.com/webpack/webpack.git
spelling: suppressed
This commit is contained in:
parent
c9bb7b7707
commit
ecc7fd2fe5
|
|
@ -28,7 +28,7 @@ class Stats {
|
||||||
}
|
}
|
||||||
|
|
||||||
// create a chain of filters
|
// create a chain of filters
|
||||||
// if they return "true" a warning should be surpressed
|
// if they return "true" a warning should be suppressed
|
||||||
const normalizedWarningsFilters = [].concat(warningsFilter).map(filter => {
|
const normalizedWarningsFilters = [].concat(warningsFilter).map(filter => {
|
||||||
if (typeof filter === "string") {
|
if (typeof filter === "string") {
|
||||||
return warning => warning.includes(filter);
|
return warning => warning.includes(filter);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue