Skip to content

Commit

Permalink
Revert "remove uneccessary target.browsers (#1004)"
Browse files Browse the repository at this point in the history
This reverts commit 41cb811.
  • Loading branch information
sudo-suhas committed Nov 18, 2017
1 parent a37bcbb commit a5de0df
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 a5de0df

Please sign in to comment.