Remove IE11 from browserslist (#15779)

lolsob-rspec
gol-cha 2021-03-12 13:32:49 +09:00 committed by GitHub
parent f05b0ab58a
commit f015e19179
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"
],