-
Notifications
You must be signed in to change notification settings - Fork 316
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
feat: upgrade to Remix v2 #257
Conversation
121905c
to
7c65025
Compare
Oops! Totally missed this PR. I took a stab at this as well to se if we could punt on #255 for the time being since converting to ESM is not a prerequisite for v2 compatibility. We can launch v2 with the indie stack on CJS and then convert it to ESM separately. Here's my changes which I confirmed instaleld correctly against the latest prerelease: main...v2 I imagine the only thing that's not in here is the changes to |
@brophdawg11 Just rebased this branch on I'll keep it as draft until v2 is released stably |
ec8da85
to
91aab6e
Compare
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! Just a few small comments. I tested with the following and it ran great and I was able to load the site and login with the default user:
> npx create-remix@pre --template https://github.com/MichaelDeBoey/indie-stack/tree/v2 -y indie-v2
> cd indie-v2
> npx upgrade-remix pre
> npm run dev
No description provided.