Skip to content

Commit 9398d38

Browse files
committed
fix: mark configs we generate in the client app as external
1 parent 3c8380a commit 9398d38

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

cmp/compiler/tsdown.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ export default defineConfig({
2020
"src/plugin/turbopack-loader.ts",
2121
"src/plugin/dev-server-loader.ts",
2222
],
23+
external: [
24+
/^@lingo.dev\/_compiler\/dev-config/,
25+
/^@lingo.dev\/_compiler\/config/,
26+
],
2327
outDir: "build",
2428
format: ["cjs", "esm"],
2529
dts: true,

0 commit comments

Comments
 (0)