diff --git a/apps/ssr/tsdown.worker.config.ts b/apps/ssr/tsdown.worker.config.ts index c6f6b1dc7..a3ce6d0b0 100644 --- a/apps/ssr/tsdown.worker.config.ts +++ b/apps/ssr/tsdown.worker.config.ts @@ -11,6 +11,7 @@ export default defineConfig({ format: ["esm"], external: ["node:*", /\.wasm$/], noExternal: ["**"], + inlineOnly: false, treeshake: true, splitting: false,