Skip to content

Commit ba67cc3

Browse files
committed
Migrated to Angular 9
1 parent dd11e4b commit ba67cc3

File tree

4 files changed

+6252
-4673
lines changed

4 files changed

+6252
-4673
lines changed

codigofonte/ionicv4/soujavaVagas/angular.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"build": {
1515
"builder": "@angular-devkit/build-angular:browser",
1616
"options": {
17+
"aot": true,
1718
"outputPath": "www",
1819
"index": "src/index.html",
1920
"main": "src/main.ts",
@@ -63,10 +64,20 @@
6364
"type": "initial",
6465
"maximumWarning": "2mb",
6566
"maximumError": "5mb"
67+
},
68+
{
69+
"type": "anyComponentStyle",
70+
"maximumWarning": "6kb"
6671
}
6772
]
6873
},
6974
"ci": {
75+
"budgets": [
76+
{
77+
"type": "anyComponentStyle",
78+
"maximumWarning": "6kb"
79+
}
80+
],
7081
"progress": false
7182
}
7283
}

0 commit comments

Comments
 (0)