update to support "errors-warnings" stats preset option

This commit is contained in:
vincentrodriguez 2019-03-19 10:49:55 +00:00
parent 9192c8c367
commit 579d42b650
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ export interface WebpackOptions {
stats?:
| StatsOptions
| boolean
| ("none" | "errors-only" | "minimal" | "normal" | "detailed" | "verbose");
| ("none" | "errors-only" | "minimal" | "normal" | "detailed" | "verbose" | "errors-warnings");
/**
* Environment to build for
*/