kleros / builder-baseline

A baseline for the Kleros Builder covering architectural, UX, security, coding styles, tooling decisions.
MIT License
0 stars 0 forks source link

Bundler Migration from Parcel to Vite #21

Open jaybuidl opened 4 months ago

jaybuidl commented 4 months ago

Pain Points with Parcel

Parcel Alternatives

Webpack is the default alternative but has been ruled out in favor of Vite which is more modern, offers a better DX, better performance.

Vite is supported by Netlify.

The SVGR plugin we depend on can use with vite via https://github.com/pd4d10/vite-plugin-svgr

### Tasks
- [ ] https://github.com/kleros/kleros-v2/pull/1568