Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Per [this comment on the issue](facebook#20710 (comment)): > Babel by default tries to find .babelrc files to configure itself, and once it finds the one from the RN app (which links to the RN preset that only works on Babel 7) it fails. > The easiest patch to fix this issue is to add babelrc: false to the babel-register method, so Babel does not read any additional .babelrc file. Fixes facebook#20710
- Loading branch information