Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hpc-team
strudelv2_spa
Commits
5de2e908
Commit
5de2e908
authored
Sep 23, 2020
by
Chris Hines
Browse files
put the prod config back because our branch is called prod
parent
2cfca2d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
angular.json
View file @
5de2e908
...
...
@@ -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"
}
}
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment