Skip to content

Commit 1a711c5

Browse files
author
Giuseppe Pennisi
committed
chore: updated project.json
1 parent 567f5cd commit 1a711c5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

apps/winbox-example-app/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"budgets": [
2828
{
2929
"type": "initial",
30-
"maximumWarning": "500kb",
31-
"maximumError": "1mb"
30+
"maximumWarning": "4mb",
31+
"maximumError": "5mb"
3232
},
3333
{
3434
"type": "anyComponentStyle",
35-
"maximumWarning": "2kb",
36-
"maximumError": "4kb"
35+
"maximumWarning": "150kb",
36+
"maximumError": "150kb"
3737
}
3838
],
3939
"fileReplacements": [

0 commit comments

Comments
 (0)