mirror of https://github.com/sveltejs/svelte
fix: run `onDestroy` cleanup during SSR (#10297)
fixes #10296 Also make sure to use the server export conditions when resolving Svelte imports from inside the server compiler output --------- Co-authored-by: Rich Harris <rich.harris@vercel.com> Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>pull/10416/head
parent
268ac95fde
commit
90f8b63bee
@ -0,0 +1,5 @@
|
||||
---
|
||||
"svelte": patch
|
||||
---
|
||||
|
||||
fix: run `onDestroy` callbacks during SSR
|
Loading…
Reference in new issue