Skip to content

Commit

Permalink
renew targets
Browse files Browse the repository at this point in the history
  • Loading branch information
hogashi committed Nov 8, 2024
1 parent 5390a93 commit 0d7b623
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@ const presets = [
[
'@babel/env',
{
targets: {
edge: '17',
firefox: '60',
chrome: '67',
safari: '11.1',
},
targets: "last 2 versions",
},
],
'@babel/preset-typescript',
Expand Down

0 comments on commit 0d7b623

Please sign in to comment.