.babelrc and eject script
Created by: dbismut
Hey - I'm very new (or at least I'm far from understanding everything) but working on a fork of this project using inferno
, I'm running into an issue with the eject script, namely that the .babelrc
file can't be found.
Looking at the code of react-scripts
and specifically this line, it looks like the eject script looks for a file called .babelrc
(notice the dot).
During this commit .babelrc
was renamed to babelrc
.
I'm not running into bugs with create-react-app
, but I was wondering if everything was normal?