Update browsers.json
Open
complexity:moderate
important
task
- Dominant language
- JavaScript
- Stars
- 7.1k
- Forks
- 386
- PR merge metrics
- No merged PRs in 30d
Description
We need to remove support for too old browsers, I think we could go with this as a config for browserlist:
https://facebook.github.io/create-react-app/docs/supported-browsers-features
https://browserl.ist/?q=%3E+0.2%25%2C+not+dead%2C+not+op_mini+all
And then take the oldest and the newest version of each browser for each except of IE. We would need to test each IE, starting with 9
Contributor guide
Assessment
This issue has not been assessed yet.