diff --git a/rollup.config.mjs b/rollup.config.mjs index 43fc6b1..ef46747 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -9,7 +9,7 @@ const banner = [ ].join("\n"); const input = "src/index.ts"; const external = [ - ...["crypto", "process"], + ...["crypto", "process", "buffer"], ...Object.keys(pkg.dependencies || {}), ];