You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: