-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
11% size increase in built ember.js file size on Jun 7 #11494
Comments
Thanks for spotting and reporting. I'll try to dig in and see what is going on... |
prod.js before the merge: https://github.com/components/ember/blob/b76a5e02847a300c5a1a543d2d8be34d71351857/ember.prod.js (1617.784 kB) prod.js after the merge: https://github.com/components/ember/blob/087457cec091c5966005765244fd6d0d0d4f4709/ember.prod.js (1809.631 kB) |
@ilkkao - I have reopened just to make sure all is well. Can you confirm it is fixed, and close? |
@ilkkao nice chart! |
Thanks to @davidpett all release channels are tracked now. I can verify that the canary release is now back at 472 kB after the fix from @rwjblue. Issue solved. |
I created a chart which currently tracks the size of built
ember.prod.js
file.It shows that on June 7th, #11367 got merged and the file size increased to 1809.631 kB from 1617.784 kB (~ +11%) Similar bump happened also in
ember.min.js
file size.It would be good check if there's a way to avoid and undo it.
@rwjblue @mixonic
The text was updated successfully, but these errors were encountered: