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

Drop IE 11 support! (browserslist targets update) #4082

Merged

Conversation

VIKTORVAV99
Copy link
Member

This changes the browserslist targets to what I mentioned in #4034 and as mentioned in #4079 IE 11 usage is almost non existent now plus Microsoft themselves is dropping support for IE 11 very soon.

This change will allow babel to build bundles with a lot less polyfills and allows for #4070 to be merged without considering IE 11 support.

NOTE: This removes the pinned target of ios 7, if this is required for some reason let me know so I can add it back. Otherwise it is discouraged to use pinned versions for browser targets.

closes #4034

@github-actions github-actions bot added dependencies Pull requests that update a dependency file frontend 🎨 labels May 3, 2022
Copy link
Member

@madsnedergaard madsnedergaard left a comment

Choose a reason for hiding this comment

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

Brilliant! 👋

@madsnedergaard madsnedergaard enabled auto-merge (squash) May 3, 2022 12:26
@VIKTORVAV99 VIKTORVAV99 changed the title Drop IE 11 support! (browserslist tagets update) Drop IE 11 support! (browserslist targets update) May 3, 2022
@madsnedergaard madsnedergaard merged commit e750c21 into electricitymaps:master May 3, 2022
@VIKTORVAV99 VIKTORVAV99 deleted the browserslist_targets branch May 3, 2022 12:30
@VIKTORVAV99 VIKTORVAV99 mentioned this pull request May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file frontend 🎨
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update browserslist config and drop IE 11 support
2 participants