Skip to content

Commit fbe7a41

Browse files
committed
chore: remove watch changed file log
1 parent 30d47e5 commit fbe7a41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/vite/src/node/build.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,6 @@ async function buildEnvironment(
926926

927927
if (server) {
928928
server.watcher.on('change', async (file) => {
929-
logger.info(`${colors.green(`${path.relative(root, file)} changed.`)}`)
930929
const startTime = Date.now()
931930
const hmrOutput = (await bundle!.generateHmrPatch([file]))!
932931
// @ts-expect-error Need to upgrade rolldown

0 commit comments

Comments
 (0)