From 5de95443370a04fe9b94122c6963e7fd3f2fc566 Mon Sep 17 00:00:00 2001 From: Paul Mineev Date: Sat, 9 Apr 2022 17:27:36 -0700 Subject: [PATCH] update max size limit for counter.js --- frontend/.size-limit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.size-limit.js b/frontend/.size-limit.js index a6495759..367d0ba6 100644 --- a/frontend/.size-limit.js +++ b/frontend/.size-limit.js @@ -21,6 +21,6 @@ module.exports = [ }, { path: 'public/counter.mjs', - limit: '0.7 KB', + limit: '0.8 KB', }, ];