videojs / videojs-overlay

A video.js plugin to display simple overlays during playback.
Other
245 stars 92 forks source link

chore: update build tooling to drop older browser support #220

Closed alex-barstow closed 1 year ago

alex-barstow commented 1 year 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). Additionally, this removes jsdoc which was unused and pointing at a defunct repo, adds Video.js 8 as a compatible version, and a few other updates to enable these build changes.

MUST be merged with BREAKING CHANGE footer. Requires new major version.