Skip to content

Commit

Permalink
wat
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Nov 19, 2024
1 parent 35c17a8 commit dc2322a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const plugins = (es5) => [
[
'@babel/preset-env',
{
targets: es5 ? 'defaults, IE 11' : '>0.5%, last 2 versions, Firefox ESR, not dead',
targets: es5 ? 'defaults, IE 11' : 'defaults',
},
],
],
Expand Down

0 comments on commit dc2322a

Please sign in to comment.