WIP
This commit is contained in:
14
angular.json
14
angular.json
@@ -63,6 +63,17 @@
|
||||
"with": "src/environments/environment.development.ts"
|
||||
}
|
||||
]
|
||||
},
|
||||
"remote-api": {
|
||||
"optimization": false,
|
||||
"extractLicenses": false,
|
||||
"sourceMap": true,
|
||||
"fileReplacements": [
|
||||
{
|
||||
"replace": "src/environments/environment.ts",
|
||||
"with": "src/environments/environment.remote-api.ts"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "production"
|
||||
@@ -75,6 +86,9 @@
|
||||
},
|
||||
"development": {
|
||||
"buildTarget": "IISA_web:build:development"
|
||||
},
|
||||
"remote-api": {
|
||||
"buildTarget": "IISA_web:build:remote-api"
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "development"
|
||||
|
||||
Reference in New Issue
Block a user