From 755d6a99035a0ae72fec5111c4e9183cc5f231b3 Mon Sep 17 00:00:00 2001 From: ncoronel Date: Tue, 18 Aug 2026 15:18:01 -0300 Subject: [PATCH] feat(angular.json): enhance production and homo configurations with optimization and license extraction --- angular.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/angular.json b/angular.json index 5e00577..24f43a6 100644 --- a/angular.json +++ b/angular.json @@ -47,6 +47,9 @@ }, "configurations": { "production": { + "optimization": true, + "extractLicenses": true, + "sourceMap": false, "budgets": [ { "type": "initial", @@ -84,6 +87,9 @@ ] }, "homo": { + "optimization": true, + "extractLicenses": true, + "sourceMap": false, "fileReplacements": [ { "replace": "src/environments/environment.ts",