From a5b94de13001248159d98132c9827737552c4968 Mon Sep 17 00:00:00 2001 From: Luke Sheard Date: Sun, 28 Apr 2019 13:46:28 +0100 Subject: [PATCH] add missing webpack compiler properties (#35053) --- types/webpack/index.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/types/webpack/index.d.ts b/types/webpack/index.d.ts index bdfbc8fd30..9506892065 100644 --- a/types/webpack/index.d.ts +++ b/types/webpack/index.d.ts @@ -950,6 +950,10 @@ declare namespace webpack { webassembly: ModuleTemplate; }; + isChild(): boolean; + context: string; + outputPath: string; + entries: any[]; _preparedEntrypoints: any[]; entrypoints: Map;