All Questions
1 question
1
vote
1
answer
5k
views
BABEL_ENV issue when running npm test in React App
I have the following script in the scripts block of my package.json, this requires babel via babel-register- and sets the NODE_ENV to development in order to do so.
"test": "set NODE_ENV=development&...