Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit 262e24c

Browse files
committed
revert
1 parent 0c1f6cb commit 262e24c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

angular.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@
5555
]
5656
},
5757
"staging": {
58-
"optimization": false,
58+
"optimization": true,
5959
"outputHashing": "all",
6060
"sourceMap": false,
6161
"namedChunks": false,
6262
"aot": true,
6363
"extractLicenses": true,
6464
"vendorChunk": false,
65-
"buildOptimizer": false,
65+
"buildOptimizer": true,
6666
"fileReplacements": [
6767
{
6868
"replace": "src/environments/environment.ts",

src/environments/environment.dev.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
export const environment = {
22
production: true,
3-
//cannonUrl: 'https://cannon-staging.sinfo.org',
4-
cannonUrl: 'http://localhost:8090',
3+
cannonUrl: 'https://cannon-staging.sinfo.org',
54
url_to_id: {
65
'28-sinfo': '28-sinfo',
76
'27-sinfo': '27-sinfo',

0 commit comments

Comments
 (0)