Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Dec 16, 2022

Conversation

alex-barstow
Copy link
Contributor

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.

@@ -44,30 +42,29 @@
},
"dependencies": {
"global": "^4.3.2",
"video.js": "^6 || ^7"
"video.js": "^6 || ^7 || ^8"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we certain we don't want to remove v6 here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discussed offline and decided this can be considered in another PR

@alex-barstow alex-barstow merged commit 85fe717 into main Dec 16, 2022
@alex-barstow alex-barstow deleted the update-build-output branch December 16, 2022 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants