Switching from Webpack to Rspack

Webpack has been used to bundle React web apps and for many years was the default bundler and build system to use for that purpose. One viable competitor has emerged: Rspack. It is a Rust-based build system for JavaScript and TypeScript web apps that is compatible with Webpack.