Skip to content

Commit e1cbf4d

Browse files
committed
Update babel IE target version to 11
1 parent 3d79914 commit e1cbf4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const presets = [
77
firefox: "66",
88
chrome: "73",
99
safari: "12",
10-
ie: "9"
10+
ie: "11"
1111
}
1212
},
1313
],

0 commit comments

Comments
 (0)