I just saw that babeljs docs advice against using babel-node on production like we are doing in https://github.com/cloverfield-tools/universal-react-boilerplate/blob/master/package.json#L7 ref. https://babeljs.io/docs/usage/cli/#babel-node So should it be compiled to a bin/ dir and point the start script there?
I just saw that babeljs docs advice against using babel-node on production like we are doing in https://github.com/cloverfield-tools/universal-react-boilerplate/blob/master/package.json#L7
ref. https://babeljs.io/docs/usage/cli/#babel-node
So should it be compiled to a bin/ dir and point the start script there?