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

Reduce usage of heavy polyfills #145

Open
dantman opened this issue Feb 26, 2018 · 0 comments
Open

Reduce usage of heavy polyfills #145

dantman opened this issue Feb 26, 2018 · 0 comments
Milestone

Comments

@dantman
Copy link

dantman commented Feb 26, 2018

core-js and regenerator are fairly heavy polyfills. At this point they probably aren't completely necessary. We should see if it's possible to eliminate as much of the dependency size as possible.

Perhaps raising the minimum Node.js version for 3.0.0 to Node.js 6.13, as soon as 4 goes EOL in April would be enough to eliminate most of the necessary transpiling done by regenerator.

@dantman dantman added this to the 3.0.0 milestone Feb 26, 2018
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

1 participant