Skip to content

Commit

Permalink
Update our browserslist. (#24919)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
XhmikosR committed Dec 23, 2017
1 parent ab18087 commit 8b8999b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,10 @@
"scss/"
],
"browserslist": [
"last 1 major version",
">= 1%",
"Chrome >= 45",
"Firefox ESR",
"Firefox >= 38",
"Edge >= 12",
"Explorer >= 10",
"iOS >= 9",
Expand All @@ -153,19 +155,19 @@
},
{
"path": "./dist/css/bootstrap-reboot.css",
"maxSize": "5 kB"
"maxSize": "3 kB"
},
{
"path": "./dist/css/bootstrap-reboot.min.css",
"maxSize": "5 kB"
"maxSize": "3 kB"
},
{
"path": "./dist/css/bootstrap.css",
"maxSize": "25 kB"
},
{
"path": "./dist/css/bootstrap.min.css",
"maxSize": "20 kB"
"maxSize": "21 kB"
},
{
"path": "./dist/js/bootstrap.bundle.js",
Expand Down

0 comments on commit 8b8999b

Please sign in to comment.