Skip to content

Commit

Permalink
fix(vite-node): add missing import.meta.hot.send mock
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 17, 2023
1 parent 7c8f0ba commit b1624db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite-node/src/client.ts
Expand Up @@ -24,6 +24,7 @@ const clientStub = {
decline: () => {},
invalidate: () => {},
on: () => {},
send: () => {},
}
},
updateStyle(id: string, css: string) {
Expand Down

0 comments on commit b1624db

Please sign in to comment.