Skip to content

Commit

Permalink
Use Browserslist.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVerborgh committed Sep 24, 2018
1 parent 0941ba5 commit 0bd4e9d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
presets: [
["@babel/env", {
targets: {
node: "8",
},
}],
["@babel/env"],
]
}
8 changes: 8 additions & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Build for Node
node 8
# Build for most browsers
> 1%

# No Proxy support
not ie <= 11
not operamini all

0 comments on commit 0bd4e9d

Please sign in to comment.