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

Toolchain: Replace Webpack for Vite #273

Open
BarthPaleologue opened this issue Jan 24, 2025 · 2 comments · May be fixed by #278
Open

Toolchain: Replace Webpack for Vite #273

BarthPaleologue opened this issue Jan 24, 2025 · 2 comments · May be fixed by #278
Assignees
Labels

Comments

@BarthPaleologue
Copy link
Owner

Webpack memory usage at build time is quite off the charts and does create some OOM errors when developping.

Replacing Webpack by vite will make build times faster and avoid crashes, further improving dev experience on the project.

Things to do:

  • replace webpack config by vite config with 100% feature parity
  • replace command implementations in package.json for building and serving
  • uninstall webpack from the project
  • update the github actions if they mention Webpack or directly rely on it
  • make sure tauri build still works
@nakul-py
Copy link
Contributor

@BarthPaleologue I want to work on this issue

@BarthPaleologue
Copy link
Owner Author

Let's go! I assigned you. Thanks a lot for your contributions :)

@nakul-py nakul-py linked a pull request Jan 27, 2025 that will close this issue
@BarthPaleologue BarthPaleologue linked a pull request Jan 28, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants