Skip to content

Commit

Permalink
Use the Rust-standard browserslist
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed Oct 30, 2017
1 parent a1afc11 commit e74b441
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ui/frontend/.babelrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"presets": [
[ "env", {
"targets": {
"browsers": "last 2 versions, not ie < 11",
},
"modules": false,
"useBuiltIns": true,
}],
Expand Down
9 changes: 9 additions & 0 deletions ui/frontend/.browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# https://github.com/rust-lang/rfcs/blob/master/text/1985-tiered-browser-support.md

last 2 Chrome versions
last 1 Firefox version
Firefox ESR
last 1 Safari version
last 1 iOS version
last 1 Edge version
last 1 UCAndroid version

0 comments on commit e74b441

Please sign in to comment.