robb0wen / tornis

Tornis helps you watch and respond to changes in your browser's viewport 🌲
https://tornis.robbowen.digital
MIT License
1.58k stars 35 forks source link

Update Babel and its presets #1

Closed RinatValiullov closed 5 years ago

RinatValiullov commented 5 years ago

I noticed in package.json that Babel's version is rather obsolete. The same is about:

...
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
...

Is it possible update them without breaking library itself?

Upgrade to Babel 7

robb0wen commented 5 years ago

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.