Closed RinatValiullov closed 5 years ago
I noticed in package.json that Babel's version is rather obsolete. The same is about:
package.json
... "babel-core": "^6.26.3", "babel-preset-env": "^1.7.0", ...
Is it possible update them without breaking library itself?
Upgrade to Babel 7
Thanks! I've just updated it. I wasn't using babel in my rollup script yet, but I've also added a transpiled ES5 version of the module for legacy browsers.
I noticed in
package.json
that Babel's version is rather obsolete. The same is about:Is it possible update them without breaking library itself?
Upgrade to Babel 7