Skip to content

Commit 0ea86cf

Browse files
committed
Update babel config again
1 parent c92985a commit 0ea86cf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
module.exports = {
22
presets: [
3-
'@babel/preset-env',
3+
['@babel/preset-env', { targets: { node: 'current' } }],
44
'@babel/preset-typescript',
55
'module:@react-native/babel-preset',
66
],
7-
targets: { node: 'current' },
87
};

0 commit comments

Comments
 (0)