Skip to content

Commit

Permalink
🔧 Set both of optimizeDeps.entries and server.hmr.overlay in vite.con…
Browse files Browse the repository at this point in the history
…fig.ts
  • Loading branch information
akm committed Oct 24, 2023
1 parent 4f96443 commit d9393ab
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 @@ -3,6 +3,9 @@ import { defineConfig } from 'vite';

export default defineConfig({
plugins: [sveltekit()],
optimizeDeps: {
entries: []
},
server: {
hmr: {
overlay: false
Expand Down

0 comments on commit d9393ab

Please sign in to comment.