Assets bundling β
Vite β
We prefer Vite over other build tools, because:
- it works out of the box with all our usual file types
- has a built-in dev server with HMR
- itβs super fast
- can be integrated with all type of backends
Webpack β
Older projects, and projects that requires it for whatever reason can use webpack instead.