[gitea] Use defaults browserslist (#29098)
IE usage has dropped enough to not be included in the defaults browserslist anymore as per https://browsersl.ist/#q=defaults, so we can use the defaults now. (cherry picked from commit ce9978bfd4e035ed065b02b28e02905674320b6a)
This commit is contained in:
parent
b9f48332c7
commit
0d62b52f4f
1 changed files with 1 additions and 3 deletions
|
@ -85,8 +85,6 @@
|
|||
"vitest": "1.2.2"
|
||||
},
|
||||
"browserslist": [
|
||||
"defaults",
|
||||
"not ie > 0",
|
||||
"not ie_mob > 0"
|
||||
"defaults"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue