Skip to content

Commit

Permalink
chore(dev): disable Vite watch follow symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding-SE committed May 21, 2024
1 parent 2bc6f37 commit a2799f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/vite-demo-vanilla-bundle/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ export default defineConfig(() => {
hmr: {
clientPort: 8888,
},
watch: {
followSymlinks: false,
}
},
};
});

0 comments on commit a2799f2

Please sign in to comment.