feat(angular.json): enhance production and homo configurations with optimization and license extraction

This commit is contained in:
2026-08-18 15:18:01 -03:00
parent c486131905
commit 755d6a9903

View File

@@ -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",