prosemirror-utils icon indicating copy to clipboard operation
prosemirror-utils copied to clipboard

Upgrade Babel 6 to 7

Open RatoX opened this issue 5 years ago • 1 comments

  • [x] Upgrade babel version to 7
  • [x] Upgrade rollup to 0.60
  • [x] Tests green
  • [x] build working

Why ?

To help on debugger tests without a bunch of local hacks, currently, we are facing problems with local developing because we were not using the proper plugin to transform the modules. I took the opportunity to upgrade our Babel to version 7, this will help us on the developer flow and improve our codebase to use more ES6 features transpiled by a new Babel version.

RatoX avatar Jul 30 '19 03:07 RatoX

To help on debugger tests without bunch of local hacks

can you add more meaningful description to this issue? what problem are we trying to solve?

eshvedai avatar Aug 06 '19 01:08 eshvedai