ember-asset-size-report

Home > ember-asset-size-report > ModuleSizes

ModuleSizes interface

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 

Properties

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