Skip to content

Commit

Permalink
chore: rollup build targets: '> 0.25%, last 2 versions, Firefox ESR, …
Browse files Browse the repository at this point in the history
…not dead
  • Loading branch information
limonte committed Aug 18, 2023
1 parent c5994fb commit 101e1e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .babelrc

This file was deleted.

8 changes: 8 additions & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ export default {
plugins: [
babel({
babelHelpers: 'bundled',
presets: [
[
'@babel/preset-env',
{
targets: '> 0.25%, last 2 versions, Firefox ESR, not dead',
},
],
],
}),
],
input: 'src/sweetalert2.js',
Expand Down

0 comments on commit 101e1e2

Please sign in to comment.