videojs / videojs-errors

A video.js plugin that displays error messages to video viewers.
Other
86 stars 28 forks source link

chore: Update generate-rollup-config to drop older browser support #211

Closed alex-barstow closed 2 years ago

alex-barstow commented 2 years ago

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 as jsdoc 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.

alex-barstow commented 2 years ago

Smoke tested in various browsers in Browserstack, looks good.