Skip to content

Commit ad6a108

Browse files
angeloashmoreclaude
andcommitted
fix: use unbundle option instead of deprecated bundle option
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent da9c980 commit ad6a108

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsdown.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default defineConfig({
77
entry: "./src/index.ts",
88
format: "esm",
99
platform: "node",
10-
bundle: !TEST,
10+
unbundle: TEST,
1111
minify: !TEST,
1212
envPrefix: "PRISMIC_",
1313
define: {

0 commit comments

Comments
 (0)