Skip to content
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

Add Vite support #33

Merged
merged 3 commits into from
Dec 15, 2024
Merged

Add Vite support #33

merged 3 commits into from
Dec 15, 2024

Conversation

jthemphill
Copy link

This PR adds Vite support alongside Parcel support. Parcel continues to work as it always has. You can use yarn build:vite && yarn start:vite as a drop-in replacement for yarn build && yarn start. You can also develop in Vite's very fast dev mode with yarn vite --open.

@tchajed
Copy link
Owner

tchajed commented Oct 31, 2024

This is super exciting, thanks for starting it! I hope to test it out in the next couple weeks, and if it looks like everything still works we'll switch over. The PWA config is what I'd be most worried about.

@tchajed
Copy link
Owner

tchajed commented Dec 15, 2024

I had a chance to try this out and it looks like it works. I'm going to merge for now and would be happy to change the official build to use vite, test that a bit on the live site, then delete the parcel setup.

@tchajed tchajed merged commit e12e0f3 into tchajed:main Dec 15, 2024
2 checks passed
@jthemphill jthemphill deleted the vite branch December 18, 2024 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate from Parcel to Vite
2 participants