diff --git a/angular.json b/angular.json index c6a5c193bcfa82f49de76c2851067e8b09f3180b..9011938404e09f9b511ee41c0450c5b9864b5fe7 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,