-
Notifications
You must be signed in to change notification settings - Fork 51
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
Migra o bundler do projeto para utilizar o Vite #231
Conversation
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.
Man seu PR ta lindão, não tem muito oque comentar porque foi basicamente alterações pequenas! Gostei muito, só umas perguntas mesmo e dps disso GG
Pra buildar pro windows pelo linux ta um cu, coloca alguma automação ou documentação doque precisa instalar pra buildar no wsl:
sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install wine32
Closes #226
Feature
Adiciona o Vite como bundler do projeto, e Vitest como gerenciador de testes.
O plugin vite-electron-plugin foi adicionado para rodar programas em electron.
Changelog
N/AVisual evidences 🖼️
Checklist
Additional info
Eu tive alguns problemas com o eslint após a remoção do react-scripts, então acabei tendo que mexer nas configurações dele também.