webpack: update warningsFilter

This commit is contained in:
Alan Agius
2017-10-22 15:39:02 +02:00
parent 0a5138eb79
commit f3feb4be94
+1 -1
View File
@@ -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 */