From abc06d31814d0d6f9e87333d4bad6f71ad3bd3a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20K=C3=BChne?= Date: Sat, 24 Sep 2022 02:51:08 +0200 Subject: [PATCH] @angular/cli migration - update-angular-config-v13 Remove deprecated options from 'angular.json' that are no longer present in v13. --- frontend/ng-karaoqueue/angular.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/frontend/ng-karaoqueue/angular.json b/frontend/ng-karaoqueue/angular.json index ba5ea44..26f14c2 100644 --- a/frontend/ng-karaoqueue/angular.json +++ b/frontend/ng-karaoqueue/angular.json @@ -51,7 +51,6 @@ "optimization": true, "outputHashing": "all", "sourceMap": false, - "extractCss": true, "namedChunks": false, "aot": true, "extractLicenses": true, @@ -113,19 +112,6 @@ "scripts": [] } }, - "lint": { - "builder": "@angular-devkit/build-angular:tslint", - "options": { - "tsConfig": [ - "tsconfig.app.json", - "tsconfig.spec.json", - "e2e/tsconfig.json" - ], - "exclude": [ - "**/node_modules/**" - ] - } - }, "e2e": { "builder": "@angular-devkit/build-angular:protractor", "options": {