diff options
| author | XhmikosR <[email protected]> | 2020-11-03 15:40:16 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-11-05 15:37:34 +0200 |
| commit | f989f8fb3ae581e9814095f625b53df4cfa23e8a (patch) | |
| tree | 99b2f0d4d4adfc3d1064a0b5576384a6d51ff870 | |
| parent | 13572a6867f8f3275659bfb8874cc0ed6f63967b (diff) | |
| download | bootstrap-f989f8fb3ae581e9814095f625b53df4cfa23e8a.tar.xz bootstrap-f989f8fb3ae581e9814095f625b53df4cfa23e8a.zip | |
Tighten bundlewatch limits.
| -rw-r--r-- | .bundlewatch.config.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index 6e3c15a96..dd21b6d2f 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -30,31 +30,31 @@ }, { "path": "./dist/css/bootstrap.min.css", - "maxSize": "21.6 kB" + "maxSize": "21.5 kB" }, { "path": "./dist/js/bootstrap.bundle.js", - "maxSize": "51 kB" + "maxSize": "50 kB" }, { "path": "./dist/js/bootstrap.bundle.min.js", - "maxSize": "22.5 kB" + "maxSize": "22 kB" }, { "path": "./dist/js/bootstrap.esm.js", - "maxSize": "28 kB" + "maxSize": "27 kB" }, { "path": "./dist/js/bootstrap.esm.min.js", - "maxSize": "19 kB" + "maxSize": "18 kB" }, { "path": "./dist/js/bootstrap.js", - "maxSize": "29 kB" + "maxSize": "28 kB" }, { "path": "./dist/js/bootstrap.min.js", - "maxSize": "16 kB" + "maxSize": "15.5 kB" } ], "ci": { |
