- Notifications
You must be signed in to change notification settings - Fork361
Rollup tweaks for output size/perf#914
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This turns off `externalLiveBindings`, which generates getters for re-exported bindings.It also enables modern code generation for the modern bundles (arrow functions, object shorthand, etc).
changeset-botbot commentedDec 9, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
|
quantizor commentedApr 7, 2022
@developit this change sounds good - picking it back up eventually? |
Yes - I think we are on more recent Rollup now too and can enable es2015 output. |
This turns off
externalLiveBindings
, which generates getters for re-exported bindings.It also enables modern code generation for the modern bundles (arrow functions, object shorthand, etc).