From ffb8d8e9be2395a9ec529aa9c36cbcd41170d31d Mon Sep 17 00:00:00 2001 From: mrholek Date: Tue, 14 Jul 2026 02:03:06 +0200 Subject: [PATCH] chore: bump bundlewatch JS thresholds to match current bundle sizes --- .bundlewatch.config.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index 8e9cdea8a..d0e874a49 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -34,27 +34,27 @@ }, { "path": "./dist/js/coreui.bundle.js", - "maxSize": "108.25 kB" + "maxSize": "109.50 kB" }, { "path": "./dist/js/coreui.bundle.min.js", - "maxSize": "61.75 kB" + "maxSize": "62.50 kB" }, { "path": "./dist/js/coreui.esm.js", - "maxSize": "92.75 kB" + "maxSize": "94.00 kB" }, { "path": "./dist/js/coreui.esm.min.js", - "maxSize": "60.85 kB" + "maxSize": "61.75 kB" }, { "path": "./dist/js/coreui.js", - "maxSize": "94.25 kB" + "maxSize": "95.50 kB" }, { "path": "./dist/js/coreui.min.js", - "maxSize": "54.85 kB" + "maxSize": "55.50 kB" } ], "ci": {