Federated.URLResolver
Ƭ URLResolver: (scriptId: string, caller?: string) => string | (webpackContext: WebpackContext) => string | undefined
▸ (scriptId, caller?): string | (webpackContext: WebpackContext) => string | undefined
Resolves URL to a container or a chunk when using Module Federation,
based on given scriptId and caller.
| Name | Type |
|---|---|
scriptId |
string |
caller? |
string |
string | (webpackContext: WebpackContext) => string | undefined