staging voor tst en develop toegevoegd

This commit is contained in:
2025-03-13 21:51:54 +01:00
parent eed9e30fd3
commit f5e52b58e0
4 changed files with 29 additions and 3 deletions

View File

@@ -53,8 +53,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kB",
"maximumError": "1MB"
"maximumWarning": "500MB",
"maximumError": "1000MB"
},
{
"type": "anyComponentStyle",
@@ -67,7 +67,21 @@
"development": {
"optimization": false,
"extractLicenses": false,
"sourceMap": true
"sourceMap": true,
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.development.ts"
}
]
},
"test": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.test.ts"
}
]
}
},
"defaultConfiguration": "production"