Skip to content

Commit 715750d

Browse files
authored
fix: disable handleHotUpdate (#270)
1 parent 455b834 commit 715750d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/vite/index.ts

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ function honox(options?: Options): PluginOption[] {
3737
/^\/favicon.ico/,
3838
/^\/static\/.+/,
3939
],
40+
handleHotUpdate: () => {
41+
return undefined
42+
},
4043
...options?.devServer,
4144
})
4245
)

0 commit comments

Comments
 (0)