Skip to content

Commit 29cfe78

Browse files
anubhav7495LinusBorg
authored andcommitted
remove uneccessary target.browsers (vuejs-templates#1004)
options are already defined in package.json's "browserList" field.
1 parent 937dffc commit 29cfe78

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

template/.babelrc

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"presets": [
33
["env", {
4-
"modules": false,
5-
"targets": {
6-
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
7-
}
4+
"modules": false
85
}],
96
"stage-2"
107
],

0 commit comments

Comments
 (0)