Skip to content

Commit

Permalink
chore: target not 8.3, not 8.0 (react-native-community#1117)
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee authored Apr 20, 2020
1 parent 66a0616 commit bfc4ec2
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 @@ -10,7 +10,7 @@ module.exports = {
[
require.resolve('@babel/preset-env'),
{
targets: {node: 8},
targets: {node: '8.3'},
useBuiltIns: 'entry',
corejs: '2.x',
},
Expand Down

0 comments on commit bfc4ec2

Please sign in to comment.