ctrlplusb / react-async-component

Resolve components asynchronously, with support for code splitting and advanced server side rendering use cases.
MIT License
1.45k stars 62 forks source link

remove babel-node on build script #41

Closed therealedsheenan closed 6 years ago

therealedsheenan commented 7 years ago

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

ctrlplusb commented 6 years ago

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.