Skip to content

Commit ac1fabe

Browse files
committed
docs: increase error budgets
Signed-off-by: Akshat Patel <38994122+Akshat55@users.noreply.github.com>
1 parent bc8c50d commit ac1fabe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration/ng16/angular.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"budgets": [
4747
{
4848
"type": "initial",
49-
"maximumWarning": "700kb",
50-
"maximumError": "1mb"
49+
"maximumWarning": "500kb",
50+
"maximumError": "1.5mb"
5151
},
5252
{
5353
"type": "anyComponentStyle",

0 commit comments

Comments
 (0)