Svelte (Vite) template can't preview.
nekochan0122 opened this issue · 2 comments
nekochan0122 commented
DeMoorJasper commented
Thanks for reporting this, seems like there's been some breaking change in a recent svelte dependency there that breaks nodebox compatibility, will have a look on monday
DeMoorJasper commented
Seems like vite is using a new esbuild api that is not covered by the version of esbuild-wasm we've set in the template, fixed it in our test suite, gonna update the sandpack codebase now and than this should be resolved.
Also increased the priority of the issue to automatically fetch the correct esbuild-wasm version based on the esbuild version vite asks for