mirror of https://github.com/sveltejs/svelte
fix: use acceptExports to support partial hmr (#11453)
* fix: use acceptExports to support partial hmr * fix: add condition to only use acceptExports when it is available * fix: update test snapshot * fix: formatpull/11512/head
parent
0cf6d56ffe
commit
28f3755e40
@ -0,0 +1,5 @@
|
||||
---
|
||||
"svelte": patch
|
||||
---
|
||||
|
||||
fix: use import.meta.hot.acceptExports when available to support partial hmr in vite
|
Loading…
Reference in new issue