-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Use of dot notation 'default' breaks IE8 #232
Comments
I think adding es3 transforms (es3-member-expression-literals, es3-property-literals) to the babel config will fix it, I'll check tonight. |
I'm on it |
Thanks 👍 |
Unfortunately those transforms aren't currently helpful because of a bug: https://phabricator.babeljs.io/T2817. I'll have to go back to using CommonJS internally until this is fixed. |
Ok, it's not a high priority issue for me, the webpack workaround isn't too bad:
|
It's still a breaking change we need to fix though. Which is not fun. :-( I think we'll go with requiring ES5 environment in the next version, and will ask people to |
Please verify whether this is fixed in 4.0.6. |
Verified fixed, thanks. |
Looks like this happened in the 4.0.1 release, might be related to the Babel 6 upgrade but I'm not positive.
dist/react-redux.js:
The text was updated successfully, but these errors were encountered: