Skip to content

Commit 0e8c2a6

Browse files
committed
wip: update
1 parent 9fa7f6f commit 0e8c2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/src/node/server/environments/fullBundleEnvironment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ export class FullBundleDevEnvironment extends DevEnvironment {
276276
colors.green(`trigger page reload `) + colors.dim(shortFile) + reason,
277277
{ clear: !invalidateInformation, timestamp: true },
278278
)
279-
this.devEngine.ensureLatestBuild().then(() => {
279+
this.devEngine.ensureLatestBuildOutput().then(() => {
280280
this.debouncedFullReload()
281281
})
282282
return

0 commit comments

Comments
 (0)