Skip to content

Commit 6e098ab

Browse files
committed
chore(tsdown): migrate from deps.alwaysBundle to noExternal
1 parent 37cfaf4 commit 6e098ab

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

apps/server/tsdown.config.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ export default defineConfig({
99
outDir: "dist",
1010
sourcemap: true,
1111
clean: true,
12-
deps: {
13-
alwaysBundle: [/^@marcode\//, /^effect-acp(\/|$)/],
14-
},
12+
noExternal: [/^@marcode\//, /^effect-acp(\/|$)/],
1513
inlineOnly: false,
1614
banner: {
1715
js: "#!/usr/bin/env node\n",

0 commit comments

Comments
 (0)