From ca7e10d4607b31b197adf629c262f458df69ee6c Mon Sep 17 00:00:00 2001 From: umaranis Date: Tue, 26 Mar 2024 18:24:16 +1100 Subject: [PATCH] perf: increase the size limit on playground from 162kb to 170kb --- demos/playground/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/playground/package.json b/demos/playground/package.json index d070ba3d..93c67eda 100644 --- a/demos/playground/package.json +++ b/demos/playground/package.json @@ -95,7 +95,7 @@ }, "size-limit": [ { - "limit": "162 kb", + "limit": "170 kb", "path": "dist/assets/main-*.js" } ]