Skip to content

Commit

Permalink
chore: increase bundle size limits for components
Browse files Browse the repository at this point in the history
  • Loading branch information
JSPRH committed Feb 20, 2024
1 parent 8ac0996 commit 85f833c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/spa/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumWarning": "500kb",
"maximumError": "1mb"
}
],
"outputHashing": "all"
Expand Down

0 comments on commit 85f833c

Please sign in to comment.