Skip to content
This repository was archived by the owner on Feb 17, 2022. It is now read-only.

Changed to using a local babel runtime, instead of the polyfill.#30

Open
omerts wants to merge 2 commits intoFormidableLabs:developfrom
omerts:develop
Open

Changed to using a local babel runtime, instead of the polyfill.#30
omerts wants to merge 2 commits intoFormidableLabs:developfrom
omerts:develop

Conversation

@omerts
Copy link
Contributor

@omerts omerts commented Aug 13, 2015

Using babel's polyfill in a library is very unrecommended, because it pollutes the global namespace, and causes collisions with projects using babel as well. This fork is injecting babel's runtime into the transformed code, instead of using globals.

@mishkinf
Copy link

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants