Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
fix(solid-start): disable optimizeDeps indev
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuoushub authored Dec 17, 2022
1 parent 6964641 commit f8da7f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ import solid from "solid-start/vite";
import { defineConfig } from "vite";
export default defineConfig({
plugins: [solid()],
optimizeDeps: {
disabled: "dev",
},
});

0 comments on commit f8da7f5

Please sign in to comment.