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

feat: Vite #7520

Closed
wants to merge 15 commits into from
Closed

feat: Vite #7520

wants to merge 15 commits into from

Conversation

marc2332
Copy link
Collaborator

@marc2332 marc2332 commented Oct 2, 2023

Closes #7517

Replace Webpack with Vite

I thought I would be able to first replace the frontend, and then in another PR, do the electron code, but that's not really possible as webpack is hooked in both places, so I just went all in and replaced it in both places

Maybe I'll also replace jest with vitest

@marc2332
Copy link
Collaborator Author

marc2332 commented Mar 5, 2024

Not worth migrating as of now. Rollup is very slow, slower than webpack. Perhaps, when Vite's rolldown comes out, we can try again.

@marc2332 marc2332 closed this Mar 5, 2024
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.

[Task]: Move from Webpack to Vite
2 participants