-
Notifications
You must be signed in to change notification settings - Fork 24
Update to Babel 6 #77
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Tracking this instead. |
Error with client babel transpiling:
|
That is because of this: https://github.com/luandro/hapi-universal-redux/blob/master/babel-server.js#L2 Now you set up your {
"presets": ["stage-0"]
} There are probably better ways to do it, but I just have this in the stuff I am doing: require("babel-core/register")({}); I haven't bothered to see if the object is necessary. ;) |
Thanks for the heads up, I've been really busy lately. As soon as I have some time I'll do a big update to keep up with the original fork, which is already using Babel 6 and has figured a way to stop using Piping for server reload, which makes things really slow. |
React-Transform not yet compatible, issue being tracked here.
The text was updated successfully, but these errors were encountered: