Skip to content

Commit 1dbfc08

Browse files
committed
fix: update maximum budget for inline styles because Material became larger
1 parent 0250156 commit 1dbfc08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

angular.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"budgets": [
3232
{
3333
"type": "anyComponentStyle",
34-
"maximumWarning": "6kb"
34+
"maximumWarning": "16kb"
3535
}
3636
],
3737
"fileReplacements": [
@@ -45,7 +45,7 @@
4545
"budgets": [
4646
{
4747
"type": "anyComponentStyle",
48-
"maximumWarning": "6kb"
48+
"maximumWarning": "16kb"
4949
}
5050
],
5151
"optimization": true,
@@ -220,4 +220,4 @@
220220
"cli": {
221221
"analytics": "64925903-0f96-433a-83be-7a3fb8485063"
222222
}
223-
}
223+
}

0 commit comments

Comments
 (0)