-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Description
I am trying to follow the README, but am having some difficulties.
I think my vite config might be wrong.
I have
import { reactRouter } from "@react-router/dev/vite";
import tailwindcss from "@tailwindcss/vite";
import { defineConfig } from "vite";
import tsconfigPaths from "vite-tsconfig-paths";
import { resolve } from "path";
export default defineConfig({
plugins: [tailwindcss(), reactRouter(), tsconfigPaths()],
base: "static/",
build: {
manifest: "manifest.json",
outDir: resolve("./assets"),
rollupOptions: {
input: {
'main': './app/root.tsx',
}
}
},
});
Does anything look strange to you at first glance?
Metadata
Metadata
Assignees
Labels
No labels