Remove IE11 from browserslist (#15779)

This commit is contained in:
gol-cha 2021-03-12 13:32:49 +09:00 committed by GitHub
parent 1b02d29be5
commit a759cfdc82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
},
"browserslist": [
"last 2 versions",
"IE >= 11",
"not IE 11",
"iOS >= 9",
"not dead"
],