Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: npx svelte-migrate self-closing-tags #12102

Closed
wants to merge 14 commits into from
Prev Previous commit
Next Next commit
oops this snuck in from earlier tinkering
  • Loading branch information
Rich-Harris committed Apr 10, 2024
commit 984b87c22ba1a86050b002c36f06b1fcdb9872fa
2 changes: 1 addition & 1 deletion packages/kit/src/exports/vite/dev/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ export async function dev(vite, vite_config, svelte_config) {

await server.init({
env,
read: (file) => createReadableStream(from_fs(file.split('?')[0]))
read: (file) => createReadableStream(from_fs(file))
});

const request = await getRequest({
Expand Down
Loading