-
Notifications
You must be signed in to change notification settings - Fork 51
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
Vite does not load proper build (server) on ssr webworker build #153
Comments
Probably related to #116 |
This also works:
|
This was referenced May 17, 2024
Astro users face the same issue, the package.json should be fixed in solid itself: https://publint.dev/[email protected] |
Also related: solidjs/solid-start#263 |
1 task
@ryansolid Is this adapter dead? Last commit 5 months ago? I require the astro cloudflare integration which works only with fixing this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While building the ssr bundle with
ssr.target = "webworker"
, it looks like the default web builds of vite is being bundled. I have these in my vite config but it is no help.Only when I add aliases to correct builds, then it works:
Here's my complete config:
Details
The text was updated successfully, but these errors were encountered: