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

Issue-223: Reset browserslist config to default #416

Merged

Conversation

kevinfodness
Copy link
Member

@kevinfodness kevinfodness commented Jan 17, 2025

Summary

Removes the browserslist config from package.json so that the browserslist default configuration is used. The config we were previously using (defaults + no IE 11) is the same as the browserslist default, because the browserslist default includes "not dead" and IE11 is dead. There is no functional difference in what we already had in the repo vs. what the current defaults are from browserslist, so maintaining the extra configuration is unnecessary and redundant.

Fixes #223

Changes

  • Remove the browserslist entry from package.json.

@kevinfodness kevinfodness added enhancement New feature or request devops Tooling and workflow improvements labels Jan 17, 2025
@kevinfodness kevinfodness marked this pull request as ready for review January 17, 2025 15:44
Copy link

@scottnelle scottnelle left a comment

Choose a reason for hiding this comment

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

👻

@kevinfodness kevinfodness merged commit 41e3f12 into develop Jan 17, 2025
7 checks passed
@kevinfodness kevinfodness deleted the feature/issue-223/reset-browserslist-config-to-default branch January 17, 2025 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops Tooling and workflow improvements enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reset browserslist config to default
2 participants