build: add file replacements for production environment #3

Merged
jank merged 1 commit from main into prod 2025-01-20 07:14:49 +00:00

View file

@ -45,7 +45,13 @@
"maximumError": "8kB"
}
],
"outputHashing": "all"
"outputHashing": "all",
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.production.ts"
}
]
},
"development": {
"optimization": false,