prosemirror-utils
prosemirror-utils copied to clipboard
Upgrade Babel 6 to 7
- [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.
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?