ctrlplusb/react-async-component

remove babel-node on build script

therealedsheenan opened this issue · 1 comments

babel-node is not meant for production.
http://babeljs.io/docs/usage/cli/#babel-node

I think they meant to execute your production code (e.g. express app or whatever). In our case we are just doing a transpile step.