You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I noticed that
babel-node
is being used fornpm 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.The text was updated successfully, but these errors were encountered: