From 14f8f5c5abef19807b3cd2a17aa132117a03a54a Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Thu, 7 Jul 2022 09:25:51 +0000 Subject: [PATCH] fix(@schematics/angular): remove browserslist configuration By default the defaults are now configured in ng-packagr https://github.com/ng-packagr/ng-packagr/blob/main/src/lib/styles/stylesheet-processor.ts#L35-L47 --- .../library/files/.browserslistrc.template | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 packages/schematics/angular/library/files/.browserslistrc.template diff --git a/packages/schematics/angular/library/files/.browserslistrc.template b/packages/schematics/angular/library/files/.browserslistrc.template deleted file mode 100644 index 4f9ac26980c1..000000000000 --- a/packages/schematics/angular/library/files/.browserslistrc.template +++ /dev/null @@ -1,16 +0,0 @@ -# This file is used by the build system to adjust CSS and JS output to support the specified browsers below. -# For additional information regarding the format and rule options, please see: -# https://github.com/browserslist/browserslist#queries - -# For the full list of supported browsers by the Angular framework, please see: -# https://angular.io/guide/browser-support - -# You can see what browsers were selected by your queries by running: -# npx browserslist - -last 1 Chrome version -last 1 Firefox version -last 2 Edge major versions -last 2 Safari major versions -last 2 iOS major versions -Firefox ESR