Skip to content

Commit

Permalink
Happy-Coding-Clans#396 added support ie11
Browse files Browse the repository at this point in the history
  • Loading branch information
a.hodyko committed Sep 3, 2021
1 parent c8e29c8 commit 82bf5af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ module.exports = {
"@babel/env",
{
targets: {
ie: "11",
edge: "17",
firefox: "60",
chrome: "67",
safari: "11.1",
},
useBuiltIns: "usage",
useBuiltIns: "entry",
corejs: "3.6.5",
},
],
Expand Down

0 comments on commit 82bf5af

Please sign in to comment.