Can we upgrade riw's version of babel to v7? Our app uses CRA which is now using the @babel namespace. In order for our tooling to work properly, we have to override the babel-core version in our package.json:
"resolutions": {
"**/babel-core": "7.0.0-bridge.0"
}
I believe this wouldn't be necessary if riw upgraded babel-core to @babel/core.
Of course, doing so will probably require a major version bump...
~ yep, still here using riw! makes my life so much easier.
Can we upgrade riw's version of babel to v7? Our app uses CRA which is now using the
@babelnamespace. In order for our tooling to work properly, we have to override the babel-core version in ourpackage.json:I believe this wouldn't be necessary if
riwupgradedbabel-coreto@babel/core.Of course, doing so will probably require a major version bump...
~ yep, still here using
riw! makes my life so much easier.