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 4a06375 commit a3fb42fCopy full SHA for a3fb42f
packages/vite/src/node/server/environments/fullBundleEnvironment.ts
@@ -276,7 +276,7 @@ export class FullBundleDevEnvironment extends DevEnvironment {
276
colors.green(`trigger page reload `) + colors.dim(shortFile) + reason,
277
{ clear: !invalidateInformation, timestamp: true },
278
)
279
- this.devEngine.ensureLatestBuild().then(() => {
+ this.devEngine.ensureLatestBuildOutput().then(() => {
280
this.debouncedFullReload()
281
})
282
return
0 commit comments