-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
fix(ssr): (backport #18150) fix source map remapping with multiple sources #18204
Conversation
…ple sources Co-authored-by: Ari Perkkiö <[email protected]>
Run & review this pull request in StackBlitz Codeflow. |
/ecosystem-ci run |
This comment was marked as outdated.
This comment was marked as outdated.
📝 Ran ecosystem CI on
✅ analogjs, astro, ladle, laravel, marko, nuxt, previewjs, quasar, qwik, rakkas, redwoodjs, storybook, unocss, vite-environment-examples, vite-plugin-pwa, vite-plugin-react, vite-plugin-react-swc, vite-plugin-svelte, vite-plugin-vue, vite-setup-catalogue, vitepress, vitest |
Vuepress fail says playwright installation issue https://github.com/vitejs/vite-ecosystem-ci/actions/runs/11098468509/job/30834087016#step:8:1566 Sveltekit fail is something I saw before in #18152 (comment), so probably flaky https://github.com/vitejs/vite-ecosystem-ci/actions/runs/11098468509/job/30834085391#step:8:2377 |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
/ecosystem-ci run sveltekit |
/ecosystem-ci run vuepress |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, everything passed 👍
Description
Backporting #18150 to unblock debugger issues on Vitest vitest-dev/vitest#6526.
It doesn't need to be released asap but it would be great to have if there's a chance for next batch of v5 patch.