Skip to content

Commit d3598c1

Browse files
authored
Merge pull request #1 from s1ncho/ie11
support ie11
2 parents c8e29c8 + 82bf5af commit d3598c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

babel.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ module.exports = {
55
"@babel/env",
66
{
77
targets: {
8+
ie: "11",
89
edge: "17",
910
firefox: "60",
1011
chrome: "67",
1112
safari: "11.1",
1213
},
13-
useBuiltIns: "usage",
14+
useBuiltIns: "entry",
1415
corejs: "3.6.5",
1516
},
1617
],

0 commit comments

Comments
 (0)