We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37bb18 commit 2d1089dCopy full SHA for 2d1089d
lib/transformers/svelteTransformer.mjs
@@ -74,7 +74,7 @@ export const prerender = () => render(Component)
74
plugins: [sveltePlugin({ mode: 'client' })],
75
})
76
77
- const outputModule = await import(resolve(tempFilePathOutput))
+ const outputModule = await import(resolve(tempFilePathOutput)+`?${hashedId}`)
78
const { body, head } = outputModule.prerender()
79
const outFile = clientBuildResult.outputFiles.find(
80
(d) => d.path === '<stdout>',
0 commit comments