Skip to content

Commit 5cb3a77

Browse files
Update vite.config.ts for Vercel template (#124)
1 parent add2228 commit 5cb3a77

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

vercel/vite.config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ import tailwindcss from "@tailwindcss/vite";
33
import { defineConfig } from "vite";
44
import tsconfigPaths from "vite-tsconfig-paths";
55

6-
export default defineConfig(({ command }) => ({
7-
ssr: {
8-
noExternal: command === "build" ? true : undefined,
9-
},
6+
export default defineConfig(() => ({
107
plugins: [tailwindcss(), reactRouter(), tsconfigPaths()],
118
}));

0 commit comments

Comments
 (0)