add missing webpack compiler properties (#35053)

This commit is contained in:
Luke Sheard
2019-04-28 13:46:28 +01:00
committed by John Reilly
parent 5820570c76
commit a5b94de130

View File

@@ -950,6 +950,10 @@ declare namespace webpack {
webassembly: ModuleTemplate;
};
isChild(): boolean;
context: string;
outputPath: string;
entries: any[];
_preparedEntrypoints: any[];
entrypoints: Map<any, any>;