From d110198ccc3a25265616d62c7e9aa6c9f3e732dc Mon Sep 17 00:00:00 2001 From: FORESTIER Fabien <fabien.forestier@soprasteria.com> Date: Thu, 23 May 2019 09:00:21 +0200 Subject: [PATCH] Update production environment conf name --- angular.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/angular.json b/angular.json index c6a5c19..9011938 100644 --- a/angular.json +++ b/angular.json @@ -40,7 +40,7 @@ "buildOptimizer": false, "fileReplacements": [] }, - "recette": { + "production": { "fileReplacements": [ { "replace": "src/environments/environment.ts", @@ -50,7 +50,7 @@ "optimization": true, "outputHashing": "all", "sourceMap": false, - "extractCss": true, + "extractCss": false, "namedChunks": false, "aot": true, "extractLicenses": true, -- GitLab