Skip to content

Commit 4d7581d

Browse files
committed
feat(@schematics/angular): enable support for Chrome 41
We want apps to be SEO friendly by default.
1 parent 7a93551 commit 4d7581d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/schematics/angular/application/files/browserslist.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
> 0.5%
1212
last 2 versions
1313
Firefox ESR
14+
Chrome 41 # Support for Googlebot
1415
not dead
15-
not IE 9-11 # For IE 9-11 support, remove 'not'.
16-
not Chrome 41 # For Googlebot support, remove 'not'.
16+
not IE 9-11 # For IE 9-11 support, remove 'not'.

0 commit comments

Comments
 (0)