Home > @lynx-js/rspeedy > BundleFilenameContext
BundleFilenameContext interface
The context passed to the Filename.bundle function.
Signature:
Home > @lynx-js/rspeedy > BundleFilenameContext
The context passed to the Filename.bundle function.
Signature:
export interface BundleFilenameContext |
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string | undefined |
(Optional) The name of the entry. It is | ||
|
boolean |
Whether the filename is being resolved for a lazy bundle (async chunk) instead of the main bundle of an entry. This allows you to control the main bundle and the lazy bundles with a single function, without needing a dedicated | ||
|
string |
The environment (platform) name, e.g. |

