Skip to content

Avoid usage of babel-polyfill #8

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

Merged
merged 1 commit into from
Sep 20, 2016
Merged

Avoid usage of babel-polyfill #8

merged 1 commit into from
Sep 20, 2016

Conversation

bsideup
Copy link

@bsideup bsideup commented Sep 20, 2016

See https://babeljs.io/docs/usage/polyfill/

If you are looking for something that won't modify globals to be used in a tool/library, checkout the transform-runtime plugin. This means you won't be able to use the instance methods mentioned above like Array.includes.

@ukupat
Copy link
Contributor

ukupat commented Sep 20, 2016

Thanks a lot! I'll deal with the failing build.

@ukupat ukupat merged commit 82d4bf6 into master Sep 20, 2016
@ukupat ukupat deleted the avoid_babel_polyfill branch September 20, 2016 11:41
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

Successfully merging this pull request may close these issues.

2 participants