diff options
| author | alpadev <[email protected]> | 2020-12-08 07:16:50 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-08 08:16:50 +0200 |
| commit | 85208ae5570aeefe4e94c1ceb29ca3b6ffdf83a1 (patch) | |
| tree | aa53633a26516f28ea292749f2389c1708ce2c44 /.bundlewatch.config.json | |
| parent | 07b60d2c3e0744d1a3182228caa0eec42a8328b1 (diff) | |
| download | bootstrap-85208ae5570aeefe4e94c1ceb29ca3b6ffdf83a1.tar.xz bootstrap-85208ae5570aeefe4e94c1ceb29ca3b6ffdf83a1.zip | |
Refactor components to use a utility function to define jQuery plugins (#32285)
* refactor: use an utility function to define jQuery plugins
* test: add spec for defineJQueryPlugin utility function
* Update .bundlewatch.config.json
Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to '.bundlewatch.config.json')
| -rw-r--r-- | .bundlewatch.config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index 6438ddca9..074066390 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -38,7 +38,7 @@ }, { "path": "./dist/js/bootstrap.bundle.min.js", - "maxSize": "21.75 kB" + "maxSize": "21.5 kB" }, { "path": "./dist/js/bootstrap.esm.js", @@ -54,7 +54,7 @@ }, { "path": "./dist/js/bootstrap.min.js", - "maxSize": "15.75 kB" + "maxSize": "15.5 kB" } ], "ci": { |
