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.
I noticed that
babel-nodeis being used fornpm run.However, according to the babel docs,
babel-nodeshouldn'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-nodesince it is under dev depencies.