-
-
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
[Bug] vendor.js
grows by 52 KB in production minified build in 5.6.0 compared to 5.5.0
#20628
Comments
Perhaps @ef4 might have an idea? |
I mean, the biggest thing that changed were some glimmer-vm upgrades, so it's possible that that caused the bloat. It would be great to see some bundle analysis |
5.7.0 is 5kb less than 5.6.0. But still lots more than 5.5.0. 😢 |
This was referenced Sep 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐞 Describe the Bug
I updated Ember from 5.5.0 to 5.6.0 and my build failed because
vendor.js
in a production (minified) build grew by 52 KB.🔬 Minimal Reproduction
ember new ember-test --pnpm cd ember-test ember serve --environment=production
Copy the
dist/assets/vendor-*.js
somewhere. Downgradeember-source
to 5.5.0. Run a prod build again. Compare the twovendor-XXX.js
files.😕 Actual Behavior
vendor.js
is 52 KB more.🤔 Expected Behavior
No such huge difference.
🌍 Environment
A bit of discussion:
https://discord.com/channels/480462759797063690/1199763691101503488
cc @wycats, @NullVoxPopuli
The text was updated successfully, but these errors were encountered: