-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
babel loose all #115
Comments
It's for IE8 support. |
As long as we're careful to avoid the edge cases, I'm 👍 for using loose mode. |
loose mode FTW |
I'm OK if we're not breaking anything |
:) good stuff. |
script (reusing flummox's one) so that we can output a dist-ready version of it. Fixes reduxjs#115. Fixes reduxjs#88.
Previous version of Babel hadn't decorators support in loose mode. |
Fixed in dd83188 |
@acdlite flummox is using
"loose": "all"
in.babelrc
. Babel says that we would have some speed gains from using it but that it might be risky. What are your thoughts/experience with it in flummox so far? Should we include that into redux as well?The text was updated successfully, but these errors were encountered: