Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Update angular (#95)
Browse files Browse the repository at this point in the history
* update packages

Signed-off-by: Mirko <[email protected]>

* update core

Signed-off-by: Mirko <[email protected]>

* update material

Signed-off-by: Mirko <[email protected]>

* use esbuild

Signed-off-by: Mirko <[email protected]>

---------

Signed-off-by: Mirko <[email protected]>
  • Loading branch information
cre8 authored Jan 23, 2024
1 parent f910cbf commit cde4289
Show file tree
Hide file tree
Showing 3 changed files with 3,114 additions and 3,707 deletions.
12 changes: 5 additions & 7 deletions viewer/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist",
"index": "src/index.html",
"main": "src/main.ts",
"browser": "src/main.ts",
"polyfills": ["zone.js"],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
Expand Down Expand Up @@ -48,9 +48,7 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true,
Expand All @@ -68,18 +66,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "credential-format-comparison:build:production"
"buildTarget": "credential-format-comparison:build:production"
},
"development": {
"browserTarget": "credential-format-comparison:build:development"
"buildTarget": "credential-format-comparison:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "credential-format-comparison:build"
"buildTarget": "credential-format-comparison:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit cde4289

Please sign in to comment.