From a18d1d2223d3bd5a7d2732d20b59bf8b6754add2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Poupard?= Date: Wed, 6 May 2020 11:37:45 +0200 Subject: [PATCH] chore(bundlewatch): update target sizes --- .bundlewatch.config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index e2a035a12c..590b548c97 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -18,7 +18,7 @@ }, { "path": "./dist/css/boosted.css", - "maxSize": "36.75 kB" + "maxSize": "36.5 kB" }, { "path": "./dist/css/boosted.min.css", @@ -26,19 +26,19 @@ }, { "path": "./dist/js/boosted.bundle.js", - "maxSize": "58.25 kB" + "maxSize": "57.5 kB" }, { "path": "./dist/js/boosted.bundle.min.js", - "maxSize": "27.5 kB" + "maxSize": "27 kB" }, { "path": "./dist/js/boosted.js", - "maxSize": "35.75 kB" + "maxSize": "35 kB" }, { "path": "./dist/js/boosted.min.js", - "maxSize": "20.5 kB" + "maxSize": "20 kB" } ] }