From deac34d7df3f81d16c189cca5d48d7f97d0b33b3 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 22 Jul 2019 16:45:59 +0300 Subject: [PATCH] Add bootstrap-utilities in bundlesize.config.json. --- bundlesize.config.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bundlesize.config.json b/bundlesize.config.json index 33ef147c92..137c753523 100644 --- a/bundlesize.config.json +++ b/bundlesize.config.json @@ -16,6 +16,14 @@ "path": "./dist/css/bootstrap-reboot.min.css", "maxSize": "2 kB" }, + { + "path": "./dist/css/bootstrap-utilities.css", + "maxSize": "8 kB" + }, + { + "path": "./dist/css/bootstrap-utilities.min.css", + "maxSize": "7 kB" + }, { "path": "./dist/css/bootstrap.css", "maxSize": "25 kB"