Skip to content

Commit

Permalink
Revert "remove uneccessary target.browsers (vuejs-templates#1004)" (v…
Browse files Browse the repository at this point in the history
…uejs-templates#1083)

This reverts commit 41cb811.
  • Loading branch information
sudo-suhas authored and LinusBorg committed Dec 9, 2017
1 parent 5df16b5 commit fb33514
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 fb33514

Please sign in to comment.