Skip to content

Commit

Permalink
feat: update bundle maxSize to 70KB
Browse files Browse the repository at this point in the history
This was done after app code was added to the app.
The limit is too low.
It is not because of the addition of any 3rd party lib
  • Loading branch information
acezard committed May 2, 2024
1 parent 54253eb commit a4207cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bundlemonrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": [
{
"path": "app/notes.<hash>.js",
"maxSize": "65 KB"
"maxSize": "70 KB"
},
{
"path": "intents/notes.<hash>.js",
Expand Down

0 comments on commit a4207cf

Please sign in to comment.