videojs / videojs-vr

A plugin to add 360 and VR video support to video.js.
https://videojs-vr.netlify.com/
MIT License
541 stars 143 forks source link

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

Closed alex-barstow closed 1 year ago

alex-barstow commented 1 year ago

Description

NOTE: BREAKING CHANGE!

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).

gkatsev commented 1 year ago

I think we should get https://github.com/videojs/videojs-vr/pull/273 merged in before this

alex-barstow commented 1 year ago

After some offline discussion we decided it's OK to merge this in before #273.