Closed alex-barstow closed 2 years ago
This probably isn't going to work. Right now this is still using rollup 0.67. We probably need to update all the dev deps before we can update this.
I updated a bunch of the deps, though, probably should've just updated rollup and done the rest in another PR, haha
There's still a couple of things that weren't updated like karma and the linter.
Description
This updates the default browserslist used by babel. It drops support for some older browsers including IE 11. This also removes the
browserslist
in package.json so we use the default list from @videojs/babel-config (linked above), as well asjsdoc
which was unused and pointing at a defunct repo.The plan is to merge this into a new
main
branch and do a major version release.