-
-
Notifications
You must be signed in to change notification settings - Fork 734
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 6 compatibility #90
Comments
Yes, the source code is not yet using Babel 6. I wonder is this a problem? |
I'm trying to upgrade to babel 6 in #99. @megheaiulian care to explain your experience? Because I also have some problems :) |
@gpbl |
I have no idea. It seems everything is right there. |
Make sure utils are exported correctly (#90)
There is backward-incompatible change from Babel 5.x to 6 as
stage
option is replaced withpresets
.The text was updated successfully, but these errors were encountered: