Skip to content

Commit 9163412

Browse files
Rohan5commitcodex
andauthored
docs: fix reuses wording in dev environment comment (#22173)
Co-authored-by: Codex <codex@openai.com>
1 parent a07a4bd commit 9163412

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
@@ -156,7 +156,7 @@ export class FullBundleDevEnvironment extends DevEnvironment {
156156
return
157157
}
158158

159-
// NOTE: don't clear memoryFiles here as incremental build re-uses the files
159+
// NOTE: don't clear memoryFiles here as incremental build reuses the files
160160
for (const outputFile of result.output) {
161161
this.memoryFiles.set(outputFile.fileName, () => {
162162
const source =

0 commit comments

Comments
 (0)