Commit d05c15f
committed
fix: adjust config to support only active or used browsers
Refine configuration as v3.1.0 introduced a bunch of previously not
supported *old* browsers that cause heavily increased bundle sizes.
This instead goes back to what 3.0.1 had (>0.25% usage) but also
includes new browsers (what 3.1.0 wanted to fix) that are not yet used
by >0.25% of users.
So we support:
- Always Firefox ESR
- Browsers (and their forks like Edge) that support "baseline widely available"
- If they are new (last 4 major versions)
- Or still used by >0.25% of the market
- And in both cases are not dead
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>1 parent 011904a commit d05c15f
1 file changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
12 | 10 | | |
0 commit comments