Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Migrate client to vite! (#844)
* feat: Migrate to vite bundler [WiP] Mostly works but some issues with svg loading and such * chore: Update vite.config related to SVGs * chore: Remove react-scripts!!! * chore: Fix vite svg imports and ReactComponent typing + Silence eslint about svg import not resolved * chore: Remove accidentally commited wasm from git (.gitignore it) * chore: Add Vite-Aliases! + Fix image resource relative paths in scss with vite-alias * chore: Remove unused react-scripts declaration helper * chore: Set port 3000 for vite preview * chore: Remove craco config * fix: Fix broken package.json * chore: Remove A LOT of unused npm dependencies (needs torough testing of chrysalis and legacy pages) * chore: Reinstall @types/d3-transition to avoid eslint errors * chore: Make alias import work with eslint and ts + Simplify .eslintrc and SHRINK file by ~5700% * chore: Update ALL imports in src/** to use aliases * chore: Bump client to v3.3.2 * chore: Re-enable tests with vitest and hook into build * chore: Bump api version to 3.3.2 + Update CHANGELOGS
- Loading branch information