Remove IE11 from browserslist (#15779)

master
gol-cha 3 years ago committed by GitHub
parent 1b02d29be5
commit a759cfdc82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json

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

Loading…
Cancel
Save