From 212ade2cbf2e7ef39a5ea578e71fa3977ed17f70 Mon Sep 17 00:00:00 2001 From: REJack Date: Sat, 18 Sep 2021 02:07:56 +0200 Subject: [PATCH] bump bundlewatch --- .bundlewatch.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index da69bdb58..2fb6e9f96 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -58,11 +58,11 @@ }, { "path": "./dist/js/adminlte.js", - "maxSize": "16.1 kB" + "maxSize": "16.4 kB" }, { "path": "./dist/js/adminlte.min.js", - "maxSize": "10.5 kB" + "maxSize": "10.9 kB" } ] }