Skip to content

Commit 22f6ae6

Browse files
authored
chore: fix resolve debug log timing (#12746)
1 parent 77bf4ef commit 22f6ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/src/node/server/pluginContainer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ export async function createPluginContainer(
607607
ctx.ssr = !!ssr
608608
ctx._scan = scan
609609
ctx._resolveSkips = skip
610-
const resolveStart = debugPluginResolve ? performance.now() : 0
610+
const resolveStart = debugResolve ? performance.now() : 0
611611

612612
let id: string | null = null
613613
const partial: Partial<PartialResolvedId> = {}

0 commit comments

Comments
 (0)