Skip to content

Commit

Permalink
chore: browser support
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel committed Nov 22, 2023
1 parent 5a5bd44 commit 67ca4aa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@ module.exports = (env, argv) => (
"@babel/preset-env",
{
useBuiltIns: "usage",
corejs: 3,
corejs: "3.22",
targets: [
"last 2 versions",
"> 1%",
"not ie <= 8"
]
},
],
]
Expand Down

0 comments on commit 67ca4aa

Please sign in to comment.