Skip to content

Commit

Permalink
chore: very small change to IE11 bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Nov 19, 2024
1 parent 7389aad commit 47c85b4
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 47c85b4

Please sign in to comment.