Skip to content

Commit

Permalink
Merge pull request #23 from davet2001/fix-packaging-issue-2
Browse files Browse the repository at this point in the history
Fix packaging issue to create only one js file on build
  • Loading branch information
davet2001 authored Jan 5, 2025
2 parents 7e36b14 + a4b49c3 commit 906e2ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export default {
output: {
dir: "dist",
format: "es",
inlineDynamicImports: true,
},
plugins,
moduleContext: (id) => {
Expand Down

0 comments on commit 906e2ac

Please sign in to comment.