Skip to content

Commit

Permalink
remove uneccessary target.browsers (vuejs-templates#1004)
Browse files Browse the repository at this point in the history
options are already defined in package.json's "browserList" field.
  • Loading branch information
anubhav7495 authored and LinusBorg committed Nov 8, 2017
1 parent 937dffc commit 29cfe78
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions template/.babelrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"presets": [
["env", {
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
}
"modules": false
}],
"stage-2"
],
Expand Down

0 comments on commit 29cfe78

Please sign in to comment.