Skip to content

Commit 0b16f2e

Browse files
committed
build(tsdown): remove deprecated bundle prop from config
1 parent 431960f commit 0b16f2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/next-safe-action/tsdown.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { defineConfig } from "tsdown";
22

33
export default defineConfig({
44
entry: ["src/index.ts", "src/hooks.ts", "src/stateful-hooks.ts"],
5-
bundle: true,
65
format: ["esm"],
76
clean: true,
87
sourcemap: true,

0 commit comments

Comments
 (0)