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