mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-22 11:22:43 +00:00
fix(vite): drop unneeded call to invalidate module
This commit is contained in:
parent
e8789b900c
commit
d2a95c542f
@ -216,7 +216,6 @@ export const bundle: NuxtBuilder['bundle'] = async (nuxt) => {
|
|||||||
ctx.nuxt.hook('app:templatesGenerated', (_app, changedTemplates) => {
|
ctx.nuxt.hook('app:templatesGenerated', (_app, changedTemplates) => {
|
||||||
for (const template of changedTemplates) {
|
for (const template of changedTemplates) {
|
||||||
for (const mod of server.moduleGraph.getModulesByFile(`virtual:nuxt:${encodeURIComponent(template.dst)}`) || []) {
|
for (const mod of server.moduleGraph.getModulesByFile(`virtual:nuxt:${encodeURIComponent(template.dst)}`) || []) {
|
||||||
server.moduleGraph.invalidateModule(mod)
|
|
||||||
server.reloadModule(mod)
|
server.reloadModule(mod)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user