Skip to content

Commit

Permalink
turn off file watchers
Browse files Browse the repository at this point in the history
  • Loading branch information
Evert Bouw committed Feb 16, 2024
1 parent 6f7f738 commit 5a8a431
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/moody-balloons-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@vanilla-extract/integration': patch
---

turn off file watchers
1 change: 1 addition & 0 deletions packages/integration/src/compiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const createViteServer = async ({
root,
server: {
hmr: false,
watch: null,
},
logLevel: 'silent',
optimizeDeps: {
Expand Down

0 comments on commit 5a8a431

Please sign in to comment.