mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 08:33:11 +00:00
ci: add a web configuration
This commit is contained in:
27
angular.json
27
angular.json
@@ -62,6 +62,27 @@
|
||||
},
|
||||
"ci": {
|
||||
"progress": false
|
||||
},
|
||||
"web": {
|
||||
"fileReplacements": [{
|
||||
"replace": "src/environments/environment.ts",
|
||||
"with": "src/environments/environment.web.ts"
|
||||
}
|
||||
],
|
||||
"optimization": true,
|
||||
"outputHashing": "all",
|
||||
"sourceMap": false,
|
||||
"extractCss": true,
|
||||
"namedChunks": false,
|
||||
"aot": true,
|
||||
"extractLicenses": true,
|
||||
"vendorChunk": false,
|
||||
"buildOptimizer": true,
|
||||
"budgets": [{
|
||||
"type": "initial",
|
||||
"maximumWarning": "2mb",
|
||||
"maximumError": "5mb"
|
||||
}]
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -75,7 +96,11 @@
|
||||
"browserTarget": "app:build:production"
|
||||
},
|
||||
"ci": {
|
||||
"progress": false
|
||||
"progress": false,
|
||||
"browserTarget": "app:build:web"
|
||||
},
|
||||
"web": {
|
||||
"browserTarget": "app:build:web"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user