Skip to content

Commit

Permalink
fix: hmr error (#833)
Browse files Browse the repository at this point in the history
* fix: hmr error

* Create bright-peaches-wink.md

---------

Co-authored-by: Jack Steam <jacksteamdev@gmail.com>
  • Loading branch information
ZainChen and jacksteamdev committed Jan 14, 2024
1 parent 7c3c4fd commit cc76555
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/bright-peaches-wink.md
@@ -0,0 +1,5 @@
---
"@crxjs/vite-plugin": patch
---

fix: hmr error
1 change: 0 additions & 1 deletion packages/vite-plugin/src/node/plugin-hmr.ts
Expand Up @@ -101,7 +101,6 @@ export const pluginHMR: CrxPluginFn = () => {
) {
debug('sending runtime reload')
server.ws.send(crxRuntimeReload)
return []
}
}

Expand Down

0 comments on commit cc76555

Please sign in to comment.