diff options
| author | XhmikosR <[email protected]> | 2020-02-12 12:49:06 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-02-17 21:33:54 +0200 |
| commit | 4ea685a00161a7ed2f3512e53c94b648cd7e0c82 (patch) | |
| tree | c925c49f81a9a5df1d9ccc14a9d4b0bdf14b04a9 | |
| parent | 0d35f10842dd12ec647d1f78d636130579a121d0 (diff) | |
| download | bootstrap-4ea685a00161a7ed2f3512e53c94b648cd7e0c82.tar.xz bootstrap-4ea685a00161a7ed2f3512e53c94b648cd7e0c82.zip | |
Bump bootstrap.min.js bundle size limit.
| -rw-r--r-- | bundlesize.config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundlesize.config.json b/bundlesize.config.json index 91dd0823b..e772acbfd 100644 --- a/bundlesize.config.json +++ b/bundlesize.config.json @@ -38,7 +38,7 @@ }, { "path": "./dist/js/bootstrap.min.js", - "maxSize": "15.5 kB" + "maxSize": "15.75 kB" } ] } |
