ember-asset-size-report

Home > ember-asset-size-report > Stats > addBundleRow

Stats.addBundleRow() method

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;

Parameters

Parameter Type Description
bundleName string name of the bundle
sizes BundleSizes bundle asset sizes

Returns:

void