From a92ab1bf7c31e997cb48ecb16752201625f82e00 Mon Sep 17 00:00:00 2001 From: Michel Palourdio Date: Fri, 14 May 2021 11:02:41 +0200 Subject: [PATCH] fix(ivy): Force defaultConfiguration to production --- angular.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/angular.json b/angular.json index 6bada0d..ecf97e1 100644 --- a/angular.json +++ b/angular.json @@ -25,7 +25,8 @@ "production": { "tsConfig": "./tsconfig.lib.prod.json" } - } + }, + "defaultConfiguration": "production" }, "test": { "builder": "@angular-devkit/build-angular:karma",