Skip to content

Commit

Permalink
Revert "remove uneccessary target.browsers (#1004)" (#1083)
Browse files Browse the repository at this point in the history
This reverts commit 41cb811.
  • Loading branch information
sudo-suhas authored and LinusBorg committed Dec 9, 2017
1 parent 4cf9eb3 commit d771d1e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion template/.babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"presets": [
["env", {
"modules": false
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
}
}],
"stage-2"
],
Expand Down

0 comments on commit d771d1e

Please sign in to comment.