diff --git a/types/webpack-env/index.d.ts b/types/webpack-env/index.d.ts index 777014c506..cb1250fc08 100644 --- a/types/webpack-env/index.d.ts +++ b/types/webpack-env/index.d.ts @@ -1,6 +1,7 @@ // Type definitions for webpack (module API) 1.13 // Project: https://github.com/webpack/webpack // Definitions by: use-strict +// rhonsby // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /** @@ -60,7 +61,7 @@ declare namespace __WebpackModuleApi { loaded: boolean; parent: any; children: any[]; - hot: Hot; + hot?: Hot; } type ModuleId = string|number;