My application is a cra app and the packagebind README mostly mentions around using it with a babel.config.js file.
But most of the CRA apps add the babel config which is not visible unless you eject. The solution to that is using something like react-app-rewired but from what I have seen that too relies on a .babelrc file.
Do we have an easy way to make this work with CRA apps and with apps which are using .babelrc instead of babel.config.js