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

Migra o bundler do projeto para utilizar o Vite #231

Merged
merged 24 commits into from
Nov 30, 2023
Merged

Migra o bundler do projeto para utilizar o Vite #231

merged 24 commits into from
Nov 30, 2023

Conversation

alvarogfn
Copy link
Contributor

@alvarogfn alvarogfn commented Nov 27, 2023

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/A
Visual evidences 🖼️
Checklist
  • Build working correctly
  • Tests created
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.

@alvarogfn alvarogfn changed the title Alvarogfn/vite Migra o bundler do projeto para utilizar o Vite Nov 27, 2023
Copy link
Contributor

@Alecell Alecell left a 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

.eslintignore Outdated Show resolved Hide resolved
electron-builder.json Show resolved Hide resolved
jest.config.js Outdated Show resolved Hide resolved
src/setupTests.js Show resolved Hide resolved
src/stores/usePostsStore.spec.tsx Show resolved Hide resolved
tsconfig.json Show resolved Hide resolved
Alecell
Alecell previously approved these changes Nov 30, 2023
CONTRIBUTING.md Show resolved Hide resolved
aalmeida00
aalmeida00 previously approved these changes Nov 30, 2023
electron-builder.json Outdated Show resolved Hide resolved
index.html Outdated Show resolved Hide resolved
tsconfig.node.json Outdated Show resolved Hide resolved
@alvarogfn alvarogfn dismissed stale reviews from aalmeida00 and Alecell via 2bd2cdd November 30, 2023 11:54
@Alecell Alecell merged commit f3e5398 into devhatt:master Nov 30, 2023
2 checks passed
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.

Upgrade Electron Version for Project Stability
3 participants