Skip to content

Commit 8b8999b

Browse files
authored
Update our browserslist. (#24919)
Update our browserslist. * Add `last 1 major version` and `>= 1%`. * Add Firefox. Firefox v38 is older than the ESR, so basically replace ESR with v38.
1 parent ab18087 commit 8b8999b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,10 @@
133133
"scss/"
134134
],
135135
"browserslist": [
136+
"last 1 major version",
137+
">= 1%",
136138
"Chrome >= 45",
137-
"Firefox ESR",
139+
"Firefox >= 38",
138140
"Edge >= 12",
139141
"Explorer >= 10",
140142
"iOS >= 9",
@@ -153,19 +155,19 @@
153155
},
154156
{
155157
"path": "./dist/css/bootstrap-reboot.css",
156-
"maxSize": "5 kB"
158+
"maxSize": "3 kB"
157159
},
158160
{
159161
"path": "./dist/css/bootstrap-reboot.min.css",
160-
"maxSize": "5 kB"
162+
"maxSize": "3 kB"
161163
},
162164
{
163165
"path": "./dist/css/bootstrap.css",
164166
"maxSize": "25 kB"
165167
},
166168
{
167169
"path": "./dist/css/bootstrap.min.css",
168-
"maxSize": "20 kB"
170+
"maxSize": "21 kB"
169171
},
170172
{
171173
"path": "./dist/js/bootstrap.bundle.js",

0 commit comments

Comments
 (0)