mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
.browserslistrc: remove Android and make Safari/iOS 12 the minimum (#33399)
This commit is contained in:
parent
a3ad7327f2
commit
d9da43f3cc
@ -6,7 +6,6 @@ not dead
|
|||||||
Chrome >= 60
|
Chrome >= 60
|
||||||
Firefox >= 60
|
Firefox >= 60
|
||||||
Firefox ESR
|
Firefox ESR
|
||||||
iOS >= 10
|
iOS >= 12
|
||||||
Safari >= 10
|
Safari >= 12
|
||||||
Android >= 6
|
|
||||||
not Explorer <= 11
|
not Explorer <= 11
|
||||||
|
@ -34,27 +34,27 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "./dist/js/bootstrap.bundle.js",
|
"path": "./dist/js/bootstrap.bundle.js",
|
||||||
"maxSize": "43 kB"
|
"maxSize": "41 kB"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "./dist/js/bootstrap.bundle.min.js",
|
"path": "./dist/js/bootstrap.bundle.min.js",
|
||||||
"maxSize": "22.75 kB"
|
"maxSize": "22 kB"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "./dist/js/bootstrap.esm.js",
|
"path": "./dist/js/bootstrap.esm.js",
|
||||||
"maxSize": "28.5 kB"
|
"maxSize": "27 kB"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "./dist/js/bootstrap.esm.min.js",
|
"path": "./dist/js/bootstrap.esm.min.js",
|
||||||
"maxSize": "19 kB"
|
"maxSize": "18 kB"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "./dist/js/bootstrap.js",
|
"path": "./dist/js/bootstrap.js",
|
||||||
"maxSize": "29 kB"
|
"maxSize": "27 kB"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "./dist/js/bootstrap.min.js",
|
"path": "./dist/js/bootstrap.min.js",
|
||||||
"maxSize": "16.5 kB"
|
"maxSize": "15.75 kB"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ci": {
|
"ci": {
|
||||||
|
@ -40,7 +40,7 @@ const browsers = {
|
|||||||
iphone7: {
|
iphone7: {
|
||||||
base: 'BrowserStack',
|
base: 'BrowserStack',
|
||||||
os: 'ios',
|
os: 'ios',
|
||||||
os_version: '10.0',
|
os_version: '12.0',
|
||||||
device: 'iPhone 7',
|
device: 'iPhone 7',
|
||||||
real_mobile: true
|
real_mobile: true
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user