Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit 92b05f0

Browse files
committed
chore: set corejs version
1 parent b96c7b0 commit 92b05f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.babelrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
[
44
"@babel/preset-env",
55
{
6-
"useBuiltIns": "entry"
6+
"useBuiltIns": "entry",
7+
"corejs": 3
78
}
89
],
910
"@babel/preset-typescript",

0 commit comments

Comments
 (0)