react-slingshot
react-slingshot copied to clipboard
npm run on production environment
I noticed that babel-node is being used for npm run.
However, according to the babel docs, babel-node shouldn't be used in production environment. I am curious on how users of this repo have been handling their production builds.
Currently, my build is failing for the production build and says it can't find the babel-node since it is under dev depencies.