npm run on production environment

Author: GreenOnCreated Dec 21, 2021Updated Dec 21, 2021

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.

Source: coryhouse/react-slingshot