Optional
context?: stringOptional
extensions?: string[]Extensions used to resolve modules in the dll bundle (only used when using 'scope').
An object containing content and name or a string to the absolute path of the JSON manifest to be loaded upon compilation.
Optional
name?: stringThe name where the dll is exposed (external name, defaults to manifest.name).
Optional
scope?: stringPrefix which is used for accessing the content of the dll.
Optional
sourceHow the dll is exposed (libraryTarget, defaults to manifest.type).
Optional
type?: "object" | "require"The way how the export of the dll bundle is used.
The mappings from request to module info.
Optional
context?: stringContext of requests in the manifest (or content property) as absolute path.
Optional
extensions?: string[]Extensions used to resolve modules in the dll bundle (only used when using 'scope').
The name where the dll is exposed (external name).
Optional
scope?: stringPrefix which is used for accessing the content of the dll.
Optional
sourceHow the dll is exposed (libraryTarget).
Optional
type?: "object" | "require"The way how the export of the dll bundle is used.
Generated using TypeDoc
Context of requests in the manifest (or content property) as absolute path.