Skip to content

Commit d9b7352

Browse files
committed
wip: update
1 parent 639818f commit d9b7352

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ export class FullBundleDevEnvironment extends DevEnvironment {
106106
this.handleHmrOutput(files, update)
107107
}
108108
},
109+
watch: {
110+
skipWrite: true,
111+
},
109112
})
110113
debug?.('INITIAL: setup dev engine')
111114
this.devEngine.run().then(

0 commit comments

Comments
 (0)