Skip to content

Commit

Permalink
Update to angular 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Navbryce committed Sep 13, 2021
1 parent 8ce8444 commit 7a47a71
Show file tree
Hide file tree
Showing 4 changed files with 5,590 additions and 4,909 deletions.
12 changes: 10 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@
"allowedCommonJsDependencies": [
"rxjs"
],
"scripts": []
"scripts": [],
"aot": false,
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand All @@ -45,7 +52,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down
Loading

0 comments on commit 7a47a71

Please sign in to comment.