In my case I have a root monorepo .babelrc that isn't compatible with the CRNA workspace, so returning false inside rnConfig.getEnableBabelRCLookup was a necessity.
It would be nice for this to be merged to avoid using a fork.
I'm also OK with defaulting to false, but I think it was defaulting to true before (hence my issue), and continuing to do so would allow you to avoid a breaking change.
In my case I have a root monorepo
.babelrc
that isn't compatible with the CRNA workspace, so returningfalse
insidernConfig.getEnableBabelRCLookup
was a necessity.It would be nice for this to be merged to avoid using a fork.
I'm also OK with defaulting to
false
, but I think it was defaulting totrue
before (hence my issue), and continuing to do so would allow you to avoid a breaking change.