-
- Downloads
Proposal for switching desktop-client to vite (#2084)
* Proof of concept for switching desktop-client to vite * Fix other packages ts tests issues * Update jsx tests to use vitest instead of jest * Inject our global shims properly * Add comment regarding new plugin * Cleanup unnessary change after rebase * Fix inter fonts pathing * Remove manual chunks sizes for now Just set the limit higher * Bring back size compare * Suppress victory warnings * Remove craco config now that it's not used * Add vite basic ssl plugin - This autogenerates self-signed certs in dev mode when HTTPS env is set - Made to match the CRA behaviour * Add release note * Remove warning suppression for victory - Updated to a rollup version that includes the fix
Showing
- .eslintrc.js 3 additions, 0 deletions.eslintrc.js
- .github/workflows/size-compare.yml 3 additions, 3 deletions.github/workflows/size-compare.yml
- packages/desktop-client/.gitignore 2 additions, 0 deletionspackages/desktop-client/.gitignore
- packages/desktop-client/bin/build-browser 1 addition, 2 deletionspackages/desktop-client/bin/build-browser
- packages/desktop-client/craco.config.ts 0 additions, 116 deletionspackages/desktop-client/craco.config.ts
- packages/desktop-client/index.html 6 additions, 5 deletionspackages/desktop-client/index.html
- packages/desktop-client/package.json 12 additions, 7 deletionspackages/desktop-client/package.json
- packages/desktop-client/src/build-shims.js 14 additions, 0 deletionspackages/desktop-client/src/build-shims.js
- packages/desktop-client/src/components/transactions/TransactionsTable.jsx 1 addition, 1 deletion...-client/src/components/transactions/TransactionsTable.jsx
- packages/desktop-client/src/components/transactions/TransactionsTable.test.jsx 2 additions, 2 deletions...nt/src/components/transactions/TransactionsTable.test.jsx
- packages/desktop-client/src/fonts.scss 3 additions, 1 deletionpackages/desktop-client/src/fonts.scss
- packages/desktop-client/src/setupTests.jsx 8 additions, 4 deletionspackages/desktop-client/src/setupTests.jsx
- packages/desktop-client/vite.config.mts 165 additions, 0 deletionspackages/desktop-client/vite.config.mts
- tsconfig.json 1 addition, 0 deletionstsconfig.json
- upcoming-release-notes/2084.md 6 additions, 0 deletionsupcoming-release-notes/2084.md
- yarn.lock 1161 additions, 5079 deletionsyarn.lock
Loading
Please register or sign in to comment