Skip to content

Commit 8d749f5

Browse files
committed
Fix babel target
1 parent 016bb63 commit 8d749f5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

babel.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
module.exports = {
22
presets: [
3-
[
4-
'@babel/preset-env',
5-
{ targets: { node: 'current' } }
6-
]
3+
[ '@babel/preset-env' ]
74
]
85
};

0 commit comments

Comments
 (0)