Skip to content

Commit

Permalink
Update Angular to v12.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinke committed Nov 25, 2022
1 parent 2397c58 commit 06a4673
Show file tree
Hide file tree
Showing 7 changed files with 7,045 additions and 7,728 deletions.
13 changes: 8 additions & 5 deletions desktop/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"deleteOutputPath": false,
"sourceMap": false,
"assets": [
"src/favicon.png",
"src/img",
Expand All @@ -68,7 +66,12 @@
"scripts": [],
"allowedCommonJsDependencies": [
"idai-field-core"
]
],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"optimization": false,
"namedChunks": true
},
"configurations": {
"en": {
Expand All @@ -94,13 +97,13 @@
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down
Loading

0 comments on commit 06a4673

Please sign in to comment.