Home > ember-asset-size-report > Bundle > addFile
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Explicitly add a file to this bundle
Signature:
addFile(file: Module): void;
Parameter | Type | Description |
---|---|---|
file | Module |
file to add to the bundle |
Returns:
void