We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf1eb9 commit 1f2b27aCopy full SHA for 1f2b27a
packages/vite/src/node/build.ts
@@ -926,7 +926,6 @@ async function buildEnvironment(
926
927
if (server) {
928
server.watcher.on('change', async (file) => {
929
- logger.info(`${colors.green(`${path.relative(root, file)} changed.`)}`)
930
const startTime = Date.now()
931
const hmrOutput = (await bundle!.generateHmrPatch([file]))!
932
// @ts-expect-error Need to upgrade rolldown
0 commit comments