mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-18 10:59:10 +08:00
build: update browserslist (#3027)
This commit is contained in:
parent
a3d0d05d82
commit
e0095e3c1d
@ -178,7 +178,7 @@
|
||||
"web-types": "lib/web-types.json",
|
||||
"browserslist": [
|
||||
"> 1%",
|
||||
"last 2 versions",
|
||||
"not ie <= 8"
|
||||
"not ie 11",
|
||||
"not op_mini all"
|
||||
]
|
||||
}
|
||||
|
@ -38,7 +38,7 @@
|
||||
"web-types": "web-types.json",
|
||||
"browserslist": [
|
||||
"> 1%",
|
||||
"last 2 versions",
|
||||
"not ie <= 8"
|
||||
"not ie 11",
|
||||
"not op_mini all"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user