From 6f9e67bb1813218a5c8497c7100140f39d26b935 Mon Sep 17 00:00:00 2001 From: Donald Pipowitch Date: Tue, 27 Jun 2017 13:01:41 +0200 Subject: [PATCH] Update index.d.ts --- types/webpack/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/webpack/index.d.ts b/types/webpack/index.d.ts index cc686b93b0..24012bcd8b 100644 --- a/types/webpack/index.d.ts +++ b/types/webpack/index.d.ts @@ -504,7 +504,7 @@ declare namespace webpack { * Turns hints on/off. In addition, tells webpack to throw either an error or a warning when hints are * found. This property is set to "warning" by default. */ - hints?: 'warning' | 'error' | boolean; + hints?: 'warning' | 'error' | false; /** * An asset is any emitted file from webpack. This option controls when webpack emits a performance hint * based on individual asset size. The default value is 250000 (bytes).