-
Notifications
You must be signed in to change notification settings - Fork 59
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
Do not include babel-polyfill in ES5 CDN bundles #36
Labels
help wanted
Seeking public contribution on this issue
kind/bug
A bug in existing code (including security flaws)
Comments
dignifiedquire
added
kind/bug
A bug in existing code (including security flaws)
help wanted
Seeking public contribution on this issue
milestone 2
labels
Aug 1, 2016
dignifiedquire
added a commit
that referenced
this issue
Aug 4, 2016
Closes #36 BREAKING CHANGE: This can break browser builds and tests and needs to be tested carefully when upgrading.
Reverted, as we first need to figure out how to solve this in our ecosystem |
Fixed in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
help wanted
Seeking public contribution on this issue
kind/bug
A bug in existing code (including security flaws)
Bundling babel-polyfill with libs is discouraged by Babel devs, see https://babeljs.io/docs/usage/polyfill/. The Babel polyfill can only run once in the browser, it throws the second time it runs and pulls everything else down with it.
Suggestions:
transform-runtime
plugin, orThe text was updated successfully, but these errors were encountered: