From 8648b45361cb837068618764258379925a044eff Mon Sep 17 00:00:00 2001 From: Daniel <50356015+danny007in@users.noreply.github.com> Date: Wed, 31 May 2023 14:47:53 +0530 Subject: [PATCH] Update .bundlewatch.config.json --- .bundlewatch.config.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index adeda64d8..aa25af43a 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -2,27 +2,27 @@ "files": [ { "path": "./dist/css/adminlte.css", - "maxSize": "43.49 kB" + "maxSize": "43 kB" }, { "path": "./dist/css/adminlte.min.css", - "maxSize": "40.47 kB" + "maxSize": "40.25 kB" }, { "path": "./dist/css/adminlte.rtl.css", - "maxSize": "43.3 kB" + "maxSize": "43 kB" }, { "path": "./dist/css/adminlte.rtl.min.css", - "maxSize": "40.5 kB" + "maxSize": "40.25 kB" }, { "path": "./dist/js/adminlte.js", - "maxSize": "4.1 kB" + "maxSize": "4.5 kB" }, { "path": "./dist/js/adminlte.min.js", - "maxSize": "2.7 kB" + "maxSize": "3 kB" } ] }