Skip to content
This repository was archived by the owner on Dec 3, 2021. It is now read-only.

Commit a85fba5

Browse files
committed
fix: babelrc config
1 parent 2a6ba90 commit a85fba5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.babelrc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ module.exports = {
77
"esmodules": true,
88
"ie": 10
99
},
10-
useBuiltIns: "usage",
10+
useBuiltIns: "entry",
1111
corejs: {version: 3, proposals: true},
1212
loose: true,
13-
modules: false,
13+
modules: "auto",
1414
exclude: ["transform-typeof-symbol"]
1515
}
1616
]

0 commit comments

Comments
 (0)