test(core): remove IE10 reference from browserslist files (#39090)

This commit updates `browserslist` files to exclude IE10 references.

PR Close #39090
This commit is contained in:
Andrew Kushnir
2020-10-02 11:46:08 -07:00
committed by atscott
parent 0001dbdede
commit a051d97429
9 changed files with 8 additions and 9 deletions

View File

@ -9,4 +9,4 @@
last 2 versions
Firefox ESR
not dead
not IE 9-11 # For IE 9-11 support, remove 'not'.
not IE 11 # For IE 11 support, remove 'not'.