From 3cd880a183ecb51c1db4c6a317bb40626c642cf0 Mon Sep 17 00:00:00 2001 From: Oscar Beaumont Date: Thu, 25 Apr 2024 00:41:46 +0800 Subject: [PATCH] long shot --- apps/web/app.config.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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"], + // }, + // }, }, }, });