Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-03-23 00:02:10 +0300
committerGitHub <noreply@github.com>2021-03-23 00:02:10 +0300
commitd9da43f3cc9daaa6050685687416f3abd3ee25eb (patch)
treef9a941e77a91663061af4ae9dce3550c713809ef /.bundlewatch.config.json
parenta3ad7327f233cac4bf1c9431bf99e47ab8d5f551 (diff)
.browserslistrc: remove Android and make Safari/iOS 12 the minimum (#33399)
Diffstat (limited to '.bundlewatch.config.json')
-rw-r--r--.bundlewatch.config.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json
index 58de657940..32826198c3 100644
--- a/.bundlewatch.config.json
+++ b/.bundlewatch.config.json
@@ -34,27 +34,27 @@
},
{
"path": "./dist/js/bootstrap.bundle.js",
- "maxSize": "43 kB"
+ "maxSize": "41 kB"
},
{
"path": "./dist/js/bootstrap.bundle.min.js",
- "maxSize": "22.75 kB"
+ "maxSize": "22 kB"
},
{
"path": "./dist/js/bootstrap.esm.js",
- "maxSize": "28.5 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": "27 kB"
},
{
"path": "./dist/js/bootstrap.min.js",
- "maxSize": "16.5 kB"
+ "maxSize": "15.75 kB"
}
],
"ci": {