Ejecting should keep .babelrc treated as root
Created by: gaearon
Not sure there's an easy way to fix it but I think that after we eject and generate babel
config in package.json
it may start looking for more configs in parent folders (which it doesn't do now thanks to this).
If my understanding is correct this might "break" projects on ejecting if there are .babelrc
in parent folders.
Help wanted: confirm whether it's an issue, and if it is, propose a fix.