Skip to content

Commit

Permalink
long shot
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Apr 24, 2024
1 parent e3f7c9d commit 3cd880a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/web/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
// },
// },
},
},
});
Expand Down

0 comments on commit 3cd880a

Please sign in to comment.