Skip to content

Commit

Permalink
Revert "Tell env preset to only use the polyfills we actually need"
Browse files Browse the repository at this point in the history
This reverts commit 8ad2357.

Given we target node 4, this will include a *bunch* of polyfills anyway,
so we may as well just use babel-polyfill directly. This can be revised if
we decide to move away from node 4 support down the line.
  • Loading branch information
mstade committed Apr 7, 2017
1 parent 8ad2357 commit 168b604
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 }
, useBuiltIns: true
, { targets:
{ node: 4 }
}
]
],
Expand All @@ -11,4 +11,4 @@
"plugins": [ "istanbul" ]
}
}
}
}

0 comments on commit 168b604

Please sign in to comment.