Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove extra config stuff
Browse files Browse the repository at this point in the history
brookslybrand committed Jan 15, 2025
1 parent c3faed8 commit 4c398d9
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions cloudflare/vite.config.ts
Original file line number Diff line number Diff line change
@@ -18,23 +18,6 @@ export default defineConfig(({ isSsrBuild }) => ({
plugins: [tailwindcss, autoprefixer],
},
},
ssr: {
target: "webworker",
noExternal: true,
resolve: {
conditions: ["workerd", "browser"],
},
optimizeDeps: {
include: [
"react",
"react/jsx-runtime",
"react/jsx-dev-runtime",
"react-dom",
"react-dom/server",
"react-router",
],
},
},
plugins: [
cloudflareDevProxy({
getLoadContext({ context }) {

0 comments on commit 4c398d9

Please sign in to comment.