From 161c81b57d6db4a6108dfff37b15c8a91ea726c3 Mon Sep 17 00:00:00 2001 From: Chris Beer <cabeer@stanford.edu> Date: Mon, 25 May 2020 14:26:32 -0700 Subject: [PATCH] Raise the bundlesize --- bundlewatch.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundlewatch.config.json b/bundlewatch.config.json index bafa8a28d..64b09e019 100644 --- a/bundlewatch.config.json +++ b/bundlewatch.config.json @@ -2,7 +2,7 @@ "files": [ { "path": "dist/mirador.min.js", - "maxSize": "500 KB" + "maxSize": "525 KB" } ] } -- GitLab