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:
parent
0001dbdede
commit
a051d97429
|
@ -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.
|
||||
|
|
|
@ -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'.
|
|
@ -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'.
|
|
@ -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'.
|
|
@ -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'.
|
|
@ -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'.
|
|
@ -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'.
|
|
@ -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'.
|
|
@ -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'.
|
Loading…
Reference in New Issue