Skip to content

Commit

Permalink
Update to Angular 9
Browse files Browse the repository at this point in the history
Signed-off-by: damianw345 <damianw345@gmail.com>
  • Loading branch information
damianw345 committed Jul 18, 2020
1 parent b66df48 commit 8b99400
Show file tree
Hide file tree
Showing 6 changed files with 8,007 additions and 4,162 deletions.
7 changes: 6 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "dist/sw-portal",
"index": "src/index.html",
"main": "src/main.ts",
Expand Down Expand Up @@ -53,6 +54,10 @@
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
]
}
Expand Down Expand Up @@ -139,7 +144,7 @@
"defaultProject": "sw-portal",
"schematics": {
"@schematics/angular:component": {
"styleext": "scss"
"style": "scss"
}
}
}
Loading

0 comments on commit 8b99400

Please sign in to comment.