Skip to content

Commit 5aad458

Browse files
committed
build(.babelrc): fix test config
1 parent 7846964 commit 5aad458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"env": {
66
"test": {
77
"presets": [
8-
["env", {"node": "current"}]
8+
["env", {"targets": {"node": "current"}}]
99
],
1010
"plugins": [
1111
"transform-runtime",

0 commit comments

Comments
 (0)