From b9e718406bab2f8004991b6ef45c6aaa64154bc5 Mon Sep 17 00:00:00 2001 From: REJack Date: Thu, 1 Oct 2020 13:57:36 +0200 Subject: [PATCH] bump bundlewatch js sizes --- .bundlewatch.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index ee345dc31..d7a91570e 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -50,11 +50,11 @@ }, { "path": "./dist/js/adminlte.js", - "maxSize": "12 kB" + "maxSize": "14 kB" }, { "path": "./dist/js/adminlte.min.js", - "maxSize": "8 kB" + "maxSize": "9.5 kB" } ] }