Home > ember-asset-size-report > Stats > addBundleRow
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.
Add a bundle’s size information to the data set
Signature:
addBundleRow(bundleName: string, sizes: BundleSizes): void;
Parameter | Type | Description |
---|---|---|
bundleName | string |
name of the bundle |
sizes | BundleSizes |
bundle asset sizes |
Returns:
void