-
-
Notifications
You must be signed in to change notification settings - Fork 382
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
Is babel-core/register production ready? #13
Comments
No and it's never going to be, it's a bad idea for production because it requires recompilation at runtime, which is the whole point of the register hook. |
@thejameskyle Thanks for answering. But current example https://github.com/babel/example-node-server is product ready or at least right direction for it. Right? |
hyzhak
referenced
this issue
in erikras/react-redux-universal-hot-example
Mar 20, 2016
This was referenced Jul 24, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can we do that way in production without falling in performance pit trap?
got example from https://github.com/bdefore/universal-redux/blob/master/bin/transpile.js
The text was updated successfully, but these errors were encountered: