build: update browserslist (#3027)

This commit is contained in:
kooriookami 2021-08-24 17:36:52 +08:00 committed by GitHub
parent a3d0d05d82
commit e0095e3c1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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"
]
}

View File

@ -38,7 +38,7 @@
"web-types": "web-types.json",
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
"not ie 11",
"not op_mini all"
]
}