remove babel-node on build script
therealedsheenan opened this issue · 1 comments
therealedsheenan commented
babel-node is not meant for production.
http://babeljs.io/docs/usage/cli/#babel-node
ctrlplusb commented
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.