Skip to content

Commit 6117231

Browse files
committed
chore: fix babel target
1 parent da7f503 commit 6117231

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.babelrc

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
{
66
"loose": true,
77
"targets": {
8-
"node": "10"
9-
}
8+
"node": "14"
9+
},
10+
"exclude": ["proposal-dynamic-import"]
1011
}
1112
]
1213
],

0 commit comments

Comments
 (0)