-
Notifications
You must be signed in to change notification settings - Fork 405
feat(@solidjs/start): vite 6 support #1756
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
Conversation
🦋 Changeset detectedLatest commit: 6ac6dc2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for solid-start-landing-page ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
More templates
commit: |
59b1bba to
58d90b6
Compare
…leGraph Importing a css file with "?url" results in "Error when evaluating SSR module" errors during "vite dev". The error is caused by Vinxi appending "&inline=true" for the ssrLoadModule calls. Vite "ssrLoadModule" expects urls to only have "?inline", the "url" parameter has to be removed. Refs: solidjs/solid-start#1756
…leGraph Importing a css file with "?url" results in "Error when evaluating SSR module" errors during "vite dev". The error is caused by Vinxi appending "&inline=true" for the ssrLoadModule calls. Vite "ssrLoadModule" expects urls to only have "?inline", the "url" parameter has to be removed. Refs: solidjs/solid-start#1756
katywings
left a comment
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.
Looking good to me ❤️! P.S. I tested it with Vite 6.1 though 😅
84438e7 to
642312e
Compare
Closes #1757
Closes #1679
This is a version of solid-start that's built with the latest vinxi packages / vite 6.
Thus I've added a peerDependency on
^0.5.1(and since there won't be more vinxi it's pinned).We can use the CR flow in this PR to validate it works in our projects.