Eject from CRA, migrate to Vite 8#87
Open
rgov wants to merge 10 commits into
Open
Conversation
rgov
commented
Mar 13, 2026
Member
Author
There was a problem hiding this comment.
I don't love these shims but I'm willing to live with them.
Contributor
|
Didn't Vite 8 come out TODAY? 😭 |
Member
Author
|
The HN post is 17 hours old, bro. We're already starting the transition from Rolldown/Vite to Yeetup/Spite. If we don't merge this we're going to have so much tech debt by next week. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Create React App is deprecated and the JavaScript ecosystem has moved onto its 3,412,485th build tool, Vite 8. This resolves #82.
Warning
Slop, to be clear.
importstatements instead ofrequire().I did a cursory test pointing to the Alvin backend and hit a regression with moment-duration-format which was previously being loaded automagically but now needs to be explicit. Other functionality seemed fine (in play mode).
@figuernd I didn't know you were working on changes this week, sorry for the merge conflict. It should rebase easily onto this though.