Skip to content
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

Probably unneeded babel transformation #611

Closed
erikyo opened this issue Mar 29, 2024 · 1 comment
Closed

Probably unneeded babel transformation #611

erikyo opened this issue Mar 29, 2024 · 1 comment

Comments

@erikyo
Copy link
Collaborator

erikyo commented Mar 29, 2024

Unrelated, but this is probably not needed anymore (nor in babelrc)

Originally posted by @XhmikosR in #607 (comment)

Object.assign is widely supported, seems that isn't needed anymore. (ref. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign#browser_compatibility)

Leveraging of this update the module size could be reduced and the syntax should be nicer

@XhmikosR
Copy link

AFAICT since you are using preset-env, assuming you have a proper browserslist config, it should pick up the plugins for you automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants