Skip to content

Commit

Permalink
upgrade to Angular 9
Browse files Browse the repository at this point in the history
  • Loading branch information
jhades committed Feb 17, 2020
1 parent 80bd4f9 commit 95d29c8
Show file tree
Hide file tree
Showing 9 changed files with 9,056 additions and 4,926 deletions.
10 changes: 9 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "dist",
"index": "src/index.html",
"main": "src/main.ts",
Expand All @@ -27,6 +28,12 @@
},
"configurations": {
"production": {
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
Expand Down Expand Up @@ -130,6 +137,7 @@
}
},
"cli": {
"defaultCollection": "@ngrx/schematics"
"defaultCollection": "@ngrx/schematics",
"analytics": "78da76fb-38f9-4848-a7fe-1767a6672d4a"
}
}
Loading

0 comments on commit 95d29c8

Please sign in to comment.