From bd7494fe22a0a63690336e386e2c68d37143e316 Mon Sep 17 00:00:00 2001 From: Favour Ohans Date: Tue, 25 Jun 2024 12:06:31 +0100 Subject: [PATCH] Change size limit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f36e58483..e445e1c98 100644 --- a/package.json +++ b/package.json @@ -149,7 +149,7 @@ }, { "path": "recipe/thirdparty/index.js", - "limit": "30kb" + "limit": "32kb" }, { "path": "recipe/emailpassword/index.js", @@ -169,7 +169,7 @@ }, { "path": "recipe/thirdparty/prebuiltui.js", - "limit": "49kb" + "limit": "51kb" }, { "path": "recipe/emailpassword/prebuiltui.js",