Skip to content

Commit 37dec54

Browse files
committed
Increase budgets
1 parent 348963c commit 37dec54

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

angular.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@
172172
"budgets": [
173173
{
174174
"type": "initial",
175-
"maximumWarning": "5mb",
176-
"maximumError": "7mb"
175+
"maximumWarning": "8mb",
176+
"maximumError": "9mb"
177177
},
178178
{
179179
"type": "anyComponentStyle",
@@ -307,8 +307,8 @@
307307
"budgets": [
308308
{
309309
"type": "initial",
310-
"maximumWarning": "3mb",
311-
"maximumError": "5mb"
310+
"maximumWarning": "8mb",
311+
"maximumError": "9mb"
312312
},
313313
{
314314
"type": "anyComponentStyle",

0 commit comments

Comments
 (0)