Skip to content

Commit ce9978b

Browse files
authored
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.
1 parent 96ad1d6 commit ce9978b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@
8585
"vitest": "1.2.2"
8686
},
8787
"browserslist": [
88-
"defaults",
89-
"not ie > 0",
90-
"not ie_mob > 0"
88+
"defaults"
9189
]
9290
}

0 commit comments

Comments
 (0)