Skip to content

Commit

Permalink
chore: very small change to IE11 bundling (#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra authored Nov 19, 2024
1 parent 7389aad commit c1c993c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ const plugins = (es5) => [
[
'@babel/preset-env',
{
targets: es5
? '>0.5%, last 2 versions, Firefox ESR, not dead, IE 11'
: '>0.5%, last 2 versions, Firefox ESR, not dead',
targets: es5 ? 'defaults, IE 11' : '>0.5%, last 2 versions, Firefox ESR, not dead',
},
],
],
Expand Down

0 comments on commit c1c993c

Please sign in to comment.