From 8e819cf3e1b7c439ce2fb72446fbff6a73283c62 Mon Sep 17 00:00:00 2001 From: rhenck <richard.henck@tu-berlin.de> Date: Wed, 2 Sep 2020 11:37:33 +0200 Subject: [PATCH] Remove not needed build target --- angular.json | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/angular.json b/angular.json index 0c97b0fe..1e2976c2 100644 --- a/angular.json +++ b/angular.json @@ -73,29 +73,6 @@ "vendorChunk": false, "buildOptimizer": true }, - "production-docker": { - "budgets": [ - { - "type": "anyComponentStyle", - "maximumWarning": "6kb" - } - ], - "fileReplacements": [ - { - "replace": "src/environments/environment.ts", - "with": "src/environments/environment.prod.docker.ts" - } - ], - "optimization": true, - "outputHashing": "all", - "sourceMap": false, - "extractCss": true, - "namedChunks": false, - "aot": true, - "extractLicenses": true, - "vendorChunk": false, - "buildOptimizer": true - }, "build": { "budgets": [ { -- GitLab