diff --git a/tsdown.config.ts b/tsdown.config.ts index 2cb3a58..a81a9cd 100644 --- a/tsdown.config.ts +++ b/tsdown.config.ts @@ -23,6 +23,7 @@ export default defineConfig({ treeshake: true, outDir: 'dist', dts: true, + inlineOnly: ['hash-wasm'], noExternal: ['hash-wasm'], target: false, });