Skip to content

Commit

Permalink
Don't just transpile, also polyfill new APIs for older node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
victorporof committed Oct 2, 2018
1 parent 39e154b commit 828a50e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
[
"@babel/env",
{
"targets": {
"node": "0.1"
}
"useBuiltIns": "usage"
}
]
],
Expand Down
1 change: 1 addition & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node 0

0 comments on commit 828a50e

Please sign in to comment.