remix-run / grunge-stack

The Remix Stack for deploying to AWS with DynamoDB, authentication, testing, linting, formatting, etc.
https://remix.run/stacks
MIT License
428 stars 93 forks source link

Migrate to use Remix Vite #187

Open nattyg93 opened 4 months ago

nattyg93 commented 4 months ago

Have you experienced this bug with the latest version of the template?

Yes

Steps to Reproduce

The Remix documentation indicates that projects should migrate to Remix Vite. It would be helpful if this template could be updated to support the new Remix Vite compiler. I thought I'd open an issue to track this.

@gustavorino Indicated they'd consider updating it here: https://github.com/remix-run/grunge-stack/issues/185#issuecomment-2020596186

Expected Behavior

N/A

Actual Behavior

N/A

quantuminformation commented 3 months ago

has anyone pulled this off locally?

davisg123 commented 6 days ago

I have the build working here if anyone wants to help https://github.com/davisg123/grunge-stack/tree/vite

I've been unable to figure out how to run the architect sandbox along with vite:dev. There is some discussion about it here but I haven't figured out what the run dev command needs to be

davisg123 commented 5 days ago

oh I see there's a PR open for this