Skip to content

Commit b1624db

Browse files
committedApr 17, 2023
fix(vite-node): add missing import.meta.hot.send mock
1 parent 7c8f0ba commit b1624db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/vite-node/src/client.ts

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const clientStub = {
2424
decline: () => {},
2525
invalidate: () => {},
2626
on: () => {},
27+
send: () => {},
2728
}
2829
},
2930
updateStyle(id: string, css: string) {

0 commit comments

Comments
 (0)
Please sign in to comment.