We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add2228 commit 5cb3a77Copy full SHA for 5cb3a77
vercel/vite.config.ts
@@ -3,9 +3,6 @@ import tailwindcss from "@tailwindcss/vite";
3
import { defineConfig } from "vite";
4
import tsconfigPaths from "vite-tsconfig-paths";
5
6
-export default defineConfig(({ command }) => ({
7
- ssr: {
8
- noExternal: command === "build" ? true : undefined,
9
- },
+export default defineConfig(() => ({
10
plugins: [tailwindcss(), reactRouter(), tsconfigPaths()],
11
}));
0 commit comments