Skip to content

Commit

Permalink
Migrate to Angular 9 correctly (#424)
Browse files Browse the repository at this point in the history
* migration

* Fix package.json
  • Loading branch information
UnchartedBull committed Feb 12, 2020
1 parent a3f6ea9 commit dea2729
Show file tree
Hide file tree
Showing 6 changed files with 13,550 additions and 13,640 deletions.
17 changes: 12 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "dist",
"index": "src/index.html",
"main": "src/main.ts",
Expand Down Expand Up @@ -58,11 +59,17 @@
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [{
"type": "initial",
"maximumWarning": "5mb",
"maximumError": "7mb"
}]
"budgets": [
{
"type": "initial",
"maximumWarning": "5mb",
"maximumError": "7mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
]
}
}
},
Expand Down
Loading

0 comments on commit dea2729

Please sign in to comment.