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 5cb3a77 commit 7f698cfCopy full SHA for 7f698cf
vercel/vite.config.ts
@@ -3,6 +3,6 @@ import tailwindcss from "@tailwindcss/vite";
3
import { defineConfig } from "vite";
4
import tsconfigPaths from "vite-tsconfig-paths";
5
6
-export default defineConfig(() => ({
+export default defineConfig({
7
plugins: [tailwindcss(), reactRouter(), tsconfigPaths()],
8
-}));
+});
0 commit comments