Skip to content

Commit

Permalink
.browserslistrc: remove Android and make Safari/iOS 12 the minimum (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 22, 2021
1 parent a3ad732 commit d9da43f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
5 changes: 2 additions & 3 deletions .browserslistrc
Expand Up @@ -6,7 +6,6 @@ not dead
Chrome >= 60
Firefox >= 60
Firefox ESR
iOS >= 10
Safari >= 10
Android >= 6
iOS >= 12
Safari >= 12
not Explorer <= 11
12 changes: 6 additions & 6 deletions .bundlewatch.config.json
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion js/tests/browsers.js
Expand Up @@ -40,7 +40,7 @@ const browsers = {
iphone7: {
base: 'BrowserStack',
os: 'ios',
os_version: '10.0',
os_version: '12.0',
device: 'iPhone 7',
real_mobile: true
},
Expand Down

0 comments on commit d9da43f

Please sign in to comment.