-
Notifications
You must be signed in to change notification settings - Fork 472
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
Ship ES5-compatible bundles #160
Comments
+1 |
Dang it. It looks like some of our dependencies are not compiling themselves. That's pretty annoying. We'll need to figure out how to configure babel to compile This change will need to happen in |
Thanks for the quick response. I guess it means that in general, the library doesn't support IE11. Do we know which one is the problematic package?
Remove the |
It looks like these arrow functions are coming from |
Alrighty, this has been fixed! Big thanks to @fobbyal in kentcdodds/kcd-scripts#72 |
🎉 This issue has been resolved in version 3.12.5 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Awesome, thanks! Will test it soon and let you know. |
Describe the feature you'd like:
Hi, would you be open to shipping Babel-transpiled ES5 bundles of this library? We are trying to use it over at https://www.github.com/netbasal/spectator but have trouble with IE11 compatibility because of the use of arrow functions in the current UMD bundles.
Suggested implementation:
Configure Babel to support IE11.
Describe alternatives you've considered:
n/a
Teachability, Documentation, Adoption, Migration Strategy:
n/a
The text was updated successfully, but these errors were encountered: