Home > ember-asset-size-report > Bundle > prepareStats
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.
Prepare a stats report with asset size data pertaining to this module
Signature:
prepareStats(data: Stats): Promise<void>;
Parameter | Type | Description |
---|---|---|
data | Stats |
stats report |
Returns:
Promise<void>