Home > ember-asset-size-report > ModuleSizes
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.
Size information pertaining to a module
Signature:
export interface ModuleSizes extends BaseSize
Property | Type | Description |
---|---|---|
individualBrSize | number |
(BETA) The brotli’d size of this module _when compressed individually_ |
individualGzSize | number |
(BETA) The gzipped size of this module _when compressed individually_ |
minifiedBundlePortion | number |
(BETA) The portion of this module’s bundle’s size that this module is responsible for |