From 945a0f55fb085a9d0764cf6f0509bbf379055bed Mon Sep 17 00:00:00 2001 From: jimchamp <28732543+jimchamp@users.noreply.github.com> Date: Wed, 18 Sep 2024 12:55:06 -0700 Subject: [PATCH] Update bundlesize.config.json --- bundlesize.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundlesize.config.json b/bundlesize.config.json index a51e4416a8d..00d5b5f0dcf 100644 --- a/bundlesize.config.json +++ b/bundlesize.config.json @@ -70,7 +70,7 @@ }, { "path": "static/build/page-admin.css", - "maxSize": "25.05KB" + "maxSize": "25.1KB" }, { "path": "static/build/page-book.css", @@ -98,7 +98,7 @@ }, { "path": "static/build/page-user.css", - "maxSize": "27.06KB" + "maxSize": "27.1KB" } ] }