Home > ember-asset-size-report > Bundle > calculateSizes
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.
Determine the sizes of all of the files within the bundle, such that the summation of the bundle’s contents add up to the total size of the bundle.
Signature:
calculateSizes(): Promise<void>;
Returns:
Promise<void>