react-slingshot icon indicating copy to clipboard operation
react-slingshot copied to clipboard

npm run on production environment

Open GreenOn opened this issue 3 years ago • 0 comments

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.

GreenOn avatar Dec 21 '21 05:12 GreenOn