Skip to content

Commit a62e808

Browse files
committed
fix(schema): broaden warningIgnoreFilters
1 parent 2a79dbd commit a62e808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schema/src/types/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2309,7 +2309,7 @@ export interface ConfigSchema {
23092309
* Filters to hide build warnings.
23102310
*
23112311
*/
2312-
warningIgnoreFilters: Array<(warn: WebpackError) => boolean>
2312+
warningIgnoreFilters: Array<(warn: WebpackError | Error) => boolean>
23132313

23142314
/**
23152315
* Configure [webpack experiments](https://webpack.js.org/configuration/experiments/)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy