Skip to content

Commit

Permalink
Merge pull request #29 from mattjennings/fix/13
Browse files Browse the repository at this point in the history
fix: hmr css updates in example blocks
  • Loading branch information
mattjennings committed Aug 5, 2023
2 parents 9cde851 + e199e3b commit 0342c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export default createUnplugin(
.forEach((file) => {
const mod = server.moduleGraph.getModuleById(file.id)
if (mod) {
modules.push(mod)
modules.push(mod, ...mod.clientImportedModules, ...mod.ssrImportedModules)
}
})
}
Expand Down

0 comments on commit 0342c36

Please sign in to comment.