avaragado / riw

A console app and library to help you localise React apps in conjunction with react-intl
MIT License
8 stars 1 forks source link

Upgrade babel #12

Open jdcrensh opened 5 years ago

jdcrensh commented 5 years ago

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.

avaragado commented 5 years ago

Glad riw is useful! I'll try to take a look at this later in the week.