From 798cf73e45c8a7644ee00c248255340dcf51ee48 Mon Sep 17 00:00:00 2001 From: REJack Date: Sat, 27 Jun 2020 18:41:56 +0200 Subject: [PATCH] bump bundlewatch limit --- .bundlewatch.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index 292da376b..71066d6ec 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -50,11 +50,11 @@ }, { "path": "./dist/js/adminlte.js", - "maxSize": "10 kB" + "maxSize": "11.6 kB" }, { "path": "./dist/js/adminlte.min.js", - "maxSize": "6.5 kB" + "maxSize": "7.5 kB" } ] }