Skip to content

Commit

Permalink
Modified babel to target Node 6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
n1474335 committed Aug 8, 2017
1 parent 81f2a46 commit 875946b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
"targets": {
"chrome": 40,
"firefox": 35,
"edge": 14
"edge": 14,
"node": "6.5",
},
"modules": false
"modules": false,
"useBuiltIns": true
}]
]
}

0 comments on commit 875946b

Please sign in to comment.