Skip to content

Commit

Permalink
Remove unnecessary vite config options
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslybrand committed Jan 31, 2025
1 parent ed4e0bc commit 4c029a7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions default/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@ import tsconfigPaths from "vite-tsconfig-paths";

export default defineConfig({
plugins: [tailwindcss(), reactRouter(), tsconfigPaths()],
build: {
cssMinify: true,
ssr: false,
}});
});

0 comments on commit 4c029a7

Please sign in to comment.