Skip to content

Commit 3d70df6

Browse files
authored
Merge pull request #400 from s1ncho/master
support ie11
2 parents 7d73125 + d3598c1 commit 3d70df6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

babel.config.js

+2-1
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)