From 6a3b974d0f5e515131c7ffccf87648f39791a0b8 Mon Sep 17 00:00:00 2001 From: Minko Gechev Date: Thu, 18 Apr 2019 16:45:08 -0700 Subject: [PATCH] feat(@schematics/angular): enable support for Chrome 41 We want apps to be SEO friendly by default. --- .../angular/application/files/browserslist.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/schematics/angular/application/files/browserslist.template b/packages/schematics/angular/application/files/browserslist.template index 6ae8a8ab2d57..3525779c0dfb 100644 --- a/packages/schematics/angular/application/files/browserslist.template +++ b/packages/schematics/angular/application/files/browserslist.template @@ -11,6 +11,6 @@ > 0.5% last 2 versions Firefox ESR +Chrome 41 # Support for Googlebot not dead -not IE 9-11 # For IE 9-11 support, remove 'not'. -not Chrome 41 # For Googlebot support, remove 'not'. \ No newline at end of file +not IE 9-11 # For IE 9-11 support, remove 'not'. \ No newline at end of file