Skip to content

Commit

Permalink
Set babel-env target node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Connormiha committed Jul 21, 2019
1 parent f45f978 commit 0e49085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel.config.js
Expand Up @@ -24,7 +24,7 @@ module.exports = {
'@babel/preset-env',
{
shippedProposals: true,
targets: {node: 6},
targets: {node: 8},
},
],
],
Expand Down

0 comments on commit 0e49085

Please sign in to comment.