mirror of https://github.com/sveltejs/svelte
fix: make sure CSS is preserved during SSR with bindings (#15645)
fixes #15543 No test because this is a one-liner in a stable part of the code-base, also it can only happen within legacy mode when using bindings which is not getting any new updates at this pointpull/15648/head
parent
d6d99ca2fd
commit
046145fdd7
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: make sure CSS is preserved during SSR with bindings
|
Loading…
Reference in new issue