Skip to content

Commit

Permalink
fix: remove hmr overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
Sang-minKIM committed Mar 14, 2024
1 parent 6c18bd3 commit 7d84bf0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ export default defineConfig({
test: {
environment: "happy-dom",
},
server: {
hmr: {
overlay: false,
},
},
});

0 comments on commit 7d84bf0

Please sign in to comment.