diff --git a/tsdown.config.ts b/tsdown.config.ts index f7c13ed..b3cb308 100644 --- a/tsdown.config.ts +++ b/tsdown.config.ts @@ -6,6 +6,7 @@ export default defineConfig([ format: ['cjs', 'esm'], dts: true, sourcemap: true, + hash: false, }, { entry: ['src/internal/index.ts'], @@ -13,5 +14,6 @@ export default defineConfig([ format: ['cjs', 'esm'], dts: true, sourcemap: true, + hash: false, }, ])