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
Showing only changes of commit 8e15736dfd - Show all commits

build: add file replacements for production environment

Jan K9f 2025-01-20 08:14:19 +01:00
Signed by: jank
GPG key ID: 50620ADD22CD330B

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,