UI: Update browser support (#2436)
* remove support for very old browsers * re-add support for safari 14 (for now) * fix typo in browserlist config
This commit is contained in:
parent
735136c25c
commit
8bdac8564a
1 changed files with 1 additions and 5 deletions
|
@ -123,9 +123,5 @@
|
|||
"npm": ">= 8.0.0",
|
||||
"yarn": "please use npm"
|
||||
},
|
||||
"browserslist": [
|
||||
"> 1%",
|
||||
"not ie <= 9",
|
||||
"last 3 versions"
|
||||
]
|
||||
"browserslist": ">0.25% and last 2 years"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue