Skip to content

Exclude dead browsers from browserlist #5232

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

Closed
petterw03 opened this issue Mar 2, 2020 · 1 comment · Fixed by #5233
Closed

Exclude dead browsers from browserlist #5232

petterw03 opened this issue Mar 2, 2020 · 1 comment · Fixed by #5233

Comments

@petterw03
Copy link

What problem does this feature solve?

With the current browserlist configuration (> 1%, last 2 versions), the apps are supporting dead browsers like IE 10 and will keep doing that for ever after, since IE10 and IE11 will always be the last two versions of Internet Explorer.

What does the proposed API look like?

By adding the line not dead to the .browserlistrc, we can rule out IE 10, and in the future when IE 11 usage drops below 0.5%, it will be gone as well.

@haoqunjiang
Copy link
Member

Good catch 👍

Rotzbua added a commit to Rotzbua/vue-cli that referenced this issue Jan 26, 2022
"X-UA-Compatible" is just used for IE8-10 which are dead and not supported anymore vuejs#5232
Rotzbua added a commit to Rotzbua/vue-cli that referenced this issue Jan 26, 2022
shortcut is used by IE6 which is dead and not supported anymore vuejs#5232
Rotzbua added a commit to Rotzbua/vue-cli that referenced this issue Jan 29, 2022
"X-UA-Compatible" is just used for IE8-10 which are dead and not supported anymore vuejs#5232
undergroundwires added a commit to undergroundwires/privacy.sexy that referenced this issue Oct 8, 2022
It reduces distribution size to half of the size (50%) from 17.4 MB to
8.75 MB.

It follows new Vue default configuration vuejs/vue-cli#5232.

It drops support for `baidu 13.18`, `ie 11`, `ie 10`,  `bb 10`, `bb 7`,
`ie_mob 11`, `ie_mob 10`, `op_mob 12.1` as reported by
`npx browserslist`.
undergroundwires added a commit to undergroundwires/privacy.sexy that referenced this issue Oct 8, 2022
It reduces distribution size to half of the size (50%) from 17.4 MB to
8.75 MB.

It follows new Vue default configuration vuejs/vue-cli#5232.

It drops support for `baidu 13.18`, `ie 11`, `ie 10`,  `bb 10`, `bb 7`,
`ie_mob 11`, `ie_mob 10`, `op_mob 12.1` as reported by
`npx browserslist`.
undergroundwires added a commit to undergroundwires/privacy.sexy that referenced this issue Oct 9, 2022
It reduces distribution size to half of the size (50%) from 17.4 MB to
8.75 MB.

It follows new Vue default configuration vuejs/vue-cli#5232.

It drops support for `baidu 13.18`, `ie 11`, `ie 10`,  `bb 10`, `bb 7`,
`ie_mob 11`, `ie_mob 10`, `op_mob 12.1` as reported by
`npx browserslist`.
LarrMarburger pushed a commit to LarrMarburger/privacy.sexy that referenced this issue Nov 16, 2023
It reduces distribution size to half of the size (50%) from 17.4 MB to
8.75 MB.

It follows new Vue default configuration vuejs/vue-cli#5232.

It drops support for `baidu 13.18`, `ie 11`, `ie 10`,  `bb 10`, `bb 7`,
`ie_mob 11`, `ie_mob 10`, `op_mob 12.1` as reported by
`npx browserslist`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants