diff options
| author | XhmikosR <[email protected]> | 2019-07-22 16:45:59 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-07-22 16:51:45 +0300 |
| commit | deac34d7df3f81d16c189cca5d48d7f97d0b33b3 (patch) | |
| tree | c864a5be0835dd6a87d1e21da05e3a9a423a7a65 | |
| parent | 1cfe18571f58c2a5b7042441b071fb19eea2128b (diff) | |
| download | bootstrap-deac34d7df3f81d16c189cca5d48d7f97d0b33b3.tar.xz bootstrap-deac34d7df3f81d16c189cca5d48d7f97d0b33b3.zip | |
Add bootstrap-utilities in bundlesize.config.json.
| -rw-r--r-- | bundlesize.config.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bundlesize.config.json b/bundlesize.config.json index 33ef147c9..137c75352 100644 --- a/bundlesize.config.json +++ b/bundlesize.config.json @@ -17,6 +17,14 @@ "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" }, |
