diff options
| author | XhmikosR <[email protected]> | 2020-03-07 12:07:50 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-03-18 12:58:54 +0200 |
| commit | d773cafe3dacee19639ec7b523fb9b4c89ec0129 (patch) | |
| tree | 84f729502d291979bedf52e2078304878e99c256 | |
| parent | 38333feda548fa973e034de03d34429a1f214089 (diff) | |
| download | bootstrap-d773cafe3dacee19639ec7b523fb9b4c89ec0129.tar.xz bootstrap-d773cafe3dacee19639ec7b523fb9b4c89ec0129.zip | |
Tighten bundlesize JS limits.
| -rw-r--r-- | bundlesize.config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bundlesize.config.json b/bundlesize.config.json index a8778cd47..da23ad29f 100644 --- a/bundlesize.config.json +++ b/bundlesize.config.json @@ -38,7 +38,7 @@ }, { "path": "./dist/js/bootstrap.bundle.min.js", - "maxSize": "24 kB" + "maxSize": "23 kB" }, { "path": "./dist/js/bootstrap.esm.js", @@ -54,7 +54,7 @@ }, { "path": "./dist/js/bootstrap.min.js", - "maxSize": "17.5 kB" + "maxSize": "16.5 kB" } ] } |
