Skip to content

Commit

Permalink
chore: add 'buffer' to external
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Jan 16, 2024
1 parent 8b09641 commit 107d65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const banner = [
].join("\n");
const input = "src/index.ts";
const external = [
...["crypto", "process"],
...["crypto", "process", "buffer"],
...Object.keys(pkg.dependencies || {}),
];

Expand Down

0 comments on commit 107d65b

Please sign in to comment.