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

@ -14,5 +14,4 @@ last 2 Edge major versions
last 2 Safari major versions
last 2 iOS major versions
Firefox ESR
not IE 9-10 # Angular support for IE 9-10 has been deprecated and will be removed as of Angular v11. To opt-in, remove the 'not' prefix on this line.
not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.

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'.

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'.

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'.

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'.

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'.

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'.

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'.

View File

@ -9,5 +9,5 @@
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'.
not Chrome 41 # For Googlebot support, remove 'not'.