We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da6fc84 commit ea30337Copy full SHA for ea30337
packages/core/index.ts
@@ -88,7 +88,6 @@ const unplugin = createUnplugin<Options>(
88
else
89
isServer = config.command === 'serve'
90
},
91
- // TODO
92
handleHotUpdate(hmr: HmrContext) {
93
if (SUPPORT_FILE_REG.test(hmr.file)) {
94
isHmring = true
0 commit comments