Skip to content

Commit a9e25ff

Browse files
clydinhansl
authored andcommitted
fix(@schematics/angular): ensure non-evergreen IE browsers are excluded
1 parent 6f38c77 commit a9e25ff

File tree

1 file changed

+4
-2
lines changed
  • packages/schematics/angular/application/files/root

1 file changed

+4
-2
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# This file is currently used by autoprefixer to adjust CSS to support the below specified browsers
22
# For additional information regarding the format and rule options, please see:
33
# https://github.com/browserslist/browserslist#queries
4-
# For IE 9-11 support, please uncomment the last line of the file and adjust as needed
4+
#
5+
# For IE 9-11 support, please remove 'not' from the last line of the file and adjust as needed
6+
57
> 0.5%
68
last 2 versions
79
Firefox ESR
810
not dead
9-
# IE 9-11
11+
not IE 9-11

0 commit comments

Comments
 (0)