mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-14 14:00:26 +00:00
webpack: update warningsFilter
This commit is contained in:
Vendored
+1
-1
@@ -723,7 +723,7 @@ declare namespace webpack {
|
||||
/** Show which exports of a module are used */
|
||||
usedExports?: boolean;
|
||||
/** Filter warnings to be shown */
|
||||
warningsFilter?: string | RegExp | Array<string | RegExp> | ((warning: string) => boolean);
|
||||
warningsFilter?: string | string[] | RegExp | RegExp[] | ((warning: string) => boolean);
|
||||
/** Show performance hint when file size exceeds `performance.maxAssetSize` */
|
||||
performance?: boolean;
|
||||
/** Show the exports of the modules */
|
||||
|
||||
Reference in New Issue
Block a user