Skip to content

Commit

Permalink
Tell env preset to only use the polyfills we actually need
Browse files Browse the repository at this point in the history
  • Loading branch information
mstade committed Apr 3, 2017
1 parent 9e2f3d4 commit 8ad2357
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"presets": [
[ "env"
, { targets:
{ node: 4 }
, { targets: { node: 4 }
, useBuiltIns: true
}
]
],
Expand All @@ -11,4 +11,4 @@
"plugins": [ "istanbul" ]
}
}
}
}

0 comments on commit 8ad2357

Please sign in to comment.