Merge pull request 'build: add file replacements for production environment' (#3) from main into prod

Reviewed-on: #3
This commit is contained in:
Jan Gleytenhoover 2025-01-20 07:14:49 +00:00
commit fa9935acaa

View file

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