From 44bf7f26aec3d615ddc7f232270ffe55cd9b1f17 Mon Sep 17 00:00:00 2001
From: Chris Beer <chris@cbeer.info>
Date: Thu, 10 Nov 2022 12:27:33 -0800
Subject: [PATCH] Increase the allowed bundle size

---
 bundlewatch.config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bundlewatch.config.json b/bundlewatch.config.json
index 64b09e019..0ac811295 100644
--- a/bundlewatch.config.json
+++ b/bundlewatch.config.json
@@ -2,7 +2,7 @@
   "files": [
     {
       "path": "dist/mirador.min.js",
-      "maxSize": "525 KB"
+      "maxSize": "625 KB"
     }
   ]
 }
-- 
GitLab