Skip to content

Commit

Permalink
build: don't bundle files
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdoRan committed Jul 15, 2024
1 parent 59d6c1f commit 6d6ec34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/next-safe-action/tsup.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { defineConfig } from "tsup";

export default defineConfig({
entry: ["src/index.ts", "src/hooks.ts", "src/stateful-hooks.ts"],
entry: ["src/*.ts"],
bundle: false,
format: ["esm"],
clean: true,
splitting: false,
Expand Down

0 comments on commit 6d6ec34

Please sign in to comment.