Skip to content

Commit f99c308

Browse files
committed
chore: fix pkg build
1 parent 937bd3a commit f99c308

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

packages/loro-adaptors/tsdown.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ export default defineConfig({
66
dts: true,
77
clean: true,
88
sourcemap: true,
9+
hash: false,
910
external: ["loro-crdt", "loro-protocol"],
1011
});

packages/loro-protocol/tsdown.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export default defineConfig({
55
format: ["esm", "cjs"],
66
sourcemap: true,
77
dts: true,
8+
hash: false,
89
clean: true,
910
target: "es2020",
1011
});

0 commit comments

Comments
 (0)