Skip to content

Commit

Permalink
update rollup.config.js for es
Browse files Browse the repository at this point in the history
  • Loading branch information
sglkc authored Jan 6, 2025
1 parent 82f6561 commit 58e26dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default {
format: "cjs",
},
{
file: pkg.module,
file: pkg.module.default,
format: "es",
},
],
Expand Down

0 comments on commit 58e26dc

Please sign in to comment.