mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-07 09:49:07 +00:00
Fix webpack's DllReferencePlugin.Options to allow manifest to be a string to support paths (#18902)
This commit is contained in:
committed by
Mohamed Hegazy
parent
c2ca879dca
commit
8414ffb817
Vendored
+1
-1
@@ -783,7 +783,7 @@ declare namespace webpack {
|
||||
/**
|
||||
* An object containing `content` and `name`.
|
||||
*/
|
||||
manifest: { content: string, name: string };
|
||||
manifest: { content: string, name: string } | string;
|
||||
|
||||
/**
|
||||
* The name where the DLL is exposed.
|
||||
|
||||
Reference in New Issue
Block a user