Skip to content

Commit 5484c8c

Browse files
authored
chore: remove noop watch close (#6294)
1 parent 1be4646 commit 5484c8c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/vite/src/node/build.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -499,9 +499,6 @@ async function doBuild(
499499
}
500500
})
501501

502-
// stop watching
503-
watcher.close()
504-
505502
return watcher
506503
}
507504

0 commit comments

Comments
 (0)