Skip to content
Snippets Groups Projects
Commit 5de2e908 authored by Chris Hines's avatar Chris Hines
Browse files

put the prod config back because our branch is called prod

parent 2cfca2d5
No related branches found
No related tags found
4 merge requests!106if stat fails, display the error instead of immediately refreshing...,!99Dev,!73Test,!72Dev
......@@ -63,6 +63,41 @@
}
]
},
"prod": {
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
},
{
"replace": "src/assets/config/apiservers.json",
"with": "src/assets/config/apiservers.prod.json"
},
{
"replace": "src/assets/config/computesites.json",
"with": "src/assets/config/computesites.prod.json"
},
{
"replace": "src/assets/config/authservers.json",
"with": "src/assets/config/authservers.prod.json"
}
]
},
"test": {
"budgets": [
{
......@@ -109,6 +144,9 @@
"configurations": {
"production": {
"browserTarget": "sv2:build:production"
},
"prod": {
"browserTarget": "sv2:build:production"
}
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment