Skip to content

Use Vite for bundling

Benjamin Bouvier requested to merge bnjbvr/kresus:vite into main

Say farewell to Webpack and Babel. This is much faster for development, and even has hot-module reloading (meaning one can update a React component and see the React updates live without reloading the whole page).

Merge request reports