-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
svelte.js not found (appeared after 0.2.2) #226
Comments
I don't have this error when running |
Ah shoot. I knew there was a reason for keeping these files in source control. Ideally, they stay out of source control, but get embedded during release. I'm not sure how to do that right now though. I'll get this fixed one way or another tonight and cut a new release. Sorry about this regression! In the meantime, you can downgrade to v0.2.1 with:
I've also been meaning to add some basic black-box tests to the Makefile, similar to what esbuild does, that we can run in CI. |
Hello! Was facing the same issue but when I ran the script with the |
Fixed in v0.2.3! Upgrade with:
Sorry for the trouble! |
To reproduce: go to a pre-existing project, install the latest release of bud, and run
bud build
.My error is:
The offending part of ssr.go is:
There is no svelte.js in that directory, and I don;t think there was before. It used to be
//go:embed svelte.ts
.I'd do a PR, but I'm thinking you made this change for a reason and something didn't make it into the repo?
The text was updated successfully, but these errors were encountered: