diff --git a/apps/web/app.config.ts b/apps/web/app.config.ts index 03062d68..005c1dce 100644 --- a/apps/web/app.config.ts +++ b/apps/web/app.config.ts @@ -53,7 +53,12 @@ export default defineConfig({ asyncContext: true, }, rollupConfig: { - external: ["cloudflare:sockets"], + external: ["cloudflare:sockets", "@react-email/tailwind"], + // output: { + // manualChunks: { + // reactemailtailwind: ["@react-email/tailwind"], + // }, + // }, }, }, });