Skip to content

Commit

Permalink
build(babel): target node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed Aug 18, 2019
1 parent b966b8c commit a888c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
'@babel/preset-env',
{
targets: {
node: 'current',
node: 8,
},
},
],
Expand Down

0 comments on commit a888c69

Please sign in to comment.