Skip to content

Commit fb33514

Browse files
sudo-suhasLinusBorg
authored andcommitted
Revert "remove uneccessary target.browsers (vuejs-templates#1004)" (vuejs-templates#1083)
This reverts commit 41cb811.
1 parent 5df16b5 commit fb33514

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

template/.babelrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"presets": [
33
["env", {
4-
"modules": false
4+
"modules": false,
5+
"targets": {
6+
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
7+
}
58
}],
69
"stage-2"
710
],

0 commit comments

Comments
 (0)