Skip to content

Commit

Permalink
fix: format (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
rekyyang authored May 27, 2024
1 parent fec110b commit 479f04a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/yellow-islands-fry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@node-real/web3-plugin-bundle": minor
---

fix output format
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default async () => {
input: './src/index.ts',
output: {
dir: './dist/esm',
format: 'esm',
format: 'commonjs',
sourcemap: true,
},
external: resolveExternal(),
Expand Down

0 comments on commit 479f04a

Please sign in to comment.