We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4053c6f commit 6a085d0Copy full SHA for 6a085d0
packages/vite/src/node/server/hmr.ts
@@ -138,7 +138,9 @@ export async function handleHMRUpdate(
138
debugHmr?.(`[config change] ${colors.dim(shortFile)}`)
139
config.logger.info(
140
colors.green(
141
- `${path.relative(process.cwd(), file)} changed, restarting server...`,
+ `${normalizePath(
142
+ path.relative(process.cwd(), file),
143
+ )} changed, restarting server...`,
144
),
145
{ clear: true, timestamp: true },
146
)
0 commit comments