build: add file replacements for production environment

This commit is contained in:
Jan Gleytenhoover 2025-01-20 08:14:19 +01:00
parent db6ec47ce7
commit 8e15736dfd
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,