From a4207cf5c9036737001a6124015ba556bafdf8cb Mon Sep 17 00:00:00 2001 From: Antonin Cezard Date: Tue, 30 Apr 2024 09:47:52 +0200 Subject: [PATCH] feat: update bundle maxSize to 70KB 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 --- .bundlemonrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bundlemonrc b/.bundlemonrc index 3e0815b9..cd9bfa33 100644 --- a/.bundlemonrc +++ b/.bundlemonrc @@ -3,7 +3,7 @@ "files": [ { "path": "app/notes..js", - "maxSize": "65 KB" + "maxSize": "70 KB" }, { "path": "intents/notes..js",