diff --git a/angular.json b/angular.json index b8c0f9e..d0a211e 100644 --- a/angular.json +++ b/angular.json @@ -35,6 +35,12 @@ }, "configurations": { "production": { + "fileReplacements": [ + { + "replace": "src/environments/environment.ts", + "with": "src/environments/environment.production.ts" + } + ], "budgets": [ { "type": "initial",