Skip to content

Commit

Permalink
update rollup build
Browse files Browse the repository at this point in the history
  • Loading branch information
chilikla authored Oct 13, 2024
1 parent 2609e85 commit ae5bbbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default [
{
input: 'src/card/yerushamayim-card-local.js',
output: {
file: 'dist/yerushamayim-local.js',
file: 'dist/yerushamayim-card-local.js',
format: 'iife',
plugins: terser({
ecma: 2020,
Expand All @@ -31,7 +31,7 @@ export default [
{
input: 'src/card/yerushamayim-card.js',
output: {
file: 'dist/yerushamayim.js',
file: 'dist/yerushamayim-card.js',
},
external: ['https://unpkg.com/[email protected]/lit-element.js?module']
}
Expand Down

0 comments on commit ae5bbbd

Please sign in to comment.