Closed
Description
So I don't normally use create-react-app. I normally install babel-cli, babel-core, and whatever presets I need. I am using create-react-app this time and we have not ejected it.
So the docs here say babel doesn't need to be explicitly installed. Ok fine. But I see babel-cli isn't installed? I need it because I specify the node interpreter as node_modules/babel-cli/bin/babel-node in the WebStorm test runner but I don't see babel-cli installed at all via this boilerplate. I suppose I'll just have to install it manually then. Just wondering if that has any implications on the create-react-app scripts at all if I install babel-cli.
Metadata
Metadata
Assignees
Labels
No labels