Skip to content

Commit

Permalink
Merge pull request #49 from eiladin/feat/update-angular-12
Browse files Browse the repository at this point in the history
feat: update to angular 12
  • Loading branch information
eiladin committed Jun 8, 2021
2 parents 55f7859 + 3013680 commit 2f11823
Show file tree
Hide file tree
Showing 7 changed files with 25,422 additions and 9,373 deletions.
12 changes: 9 additions & 3 deletions ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets"
Expand All @@ -31,7 +30,13 @@
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.scss"
],
"scripts": []
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand Down Expand Up @@ -61,7 +66,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down
Loading

0 comments on commit 2f11823

Please sign in to comment.