mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 09:10:09 +00:00
add missing webpack compiler properties (#35053)
This commit is contained in:
4
types/webpack/index.d.ts
vendored
4
types/webpack/index.d.ts
vendored
@@ -950,6 +950,10 @@ declare namespace webpack {
|
||||
webassembly: ModuleTemplate;
|
||||
};
|
||||
|
||||
isChild(): boolean;
|
||||
context: string;
|
||||
outputPath: string;
|
||||
|
||||
entries: any[];
|
||||
_preparedEntrypoints: any[];
|
||||
entrypoints: Map<any, any>;
|
||||
|
||||
Reference in New Issue
Block a user