Tried ember-cli-asset-sizes-shim here on a new ember app to test. But I couldn't see any difference.
Where should I look for these things below?
- list vendor modules and size / gzip / gzip + min (ordered by size)
- size of modules added to an app by an addon (per addon) (size / gzip / gzip + min)
- list final build sizes for JS/CSS (size / gzip / gzip + min)
- list other assets by size
- list sizes at build time
- detect js/css payload size regressions
Tried
ember-cli-asset-sizes-shim
here on a new ember app to test. But I couldn't see any difference.Where should I look for these things below?