-
Notifications
You must be signed in to change notification settings - Fork 2
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
sveltekit plugin is broken since vite@5.2.0-beta.1 #41
Comments
I came here to post the same thing. Here's a reproduction of the bug, pre-and-post v5.1.6 Vite: https://github.com/arxpoetica/inlang-sveltekit-vite-bug I tried to reproduce this on StackBlitz for easier debugging, but that was creating issues on its own. |
Thanks for the repro, that's always really helpful! |
Seems like this bug was caused by a downstream issue in one of our our dependencies that was surfaced by a change in how vite loads the config. Will be fixed in the next release |
@LorisSigrist seems like no need to fix anything. issue was fixed in vitejs/vite#16246 |
There _was_ a legitimate issue in paraglide, it just happened to be surfaced by a bug in vite. Either being fixed solves the issue. Great to see that the vite bug was fixed! Thanks for the through issue + follow up! |
Can confirm this was fixed with the Vite fix. |
Original issue (since it was not intended to be a breaking change from vite side) was opened here: vitejs/vite#16245
I have created the issue here, in case it can be solved on paraglide side, and so people could know if they stumble upon this, the current solution is to downgrade to vite@5.2.0-beta.0 or vite@5.1.6
UPD: I have tried to reproduce the issue without sveltekit, no luck
The text was updated successfully, but these errors were encountered: