This project is new and under active development. Although Rspack can already successfully bundle real world projects, its APIs are not yet stable, and many Webpack plugin hooks have not been implemented yet. If you have feedback, questions, or bug reports, please create a GitHub issue. Any contributions are greatly appreciated!
@ScriptedAlchemy for creating Module Federation and helping Rspack connect with the community.
The SWC project created by @kdy1, which powers Rspack's code parsing, transformation and minification.
The esbuild project created by @evanw, which inspired the concurrent architecture of Rspack.
The NAPI-RS project created by @Brooooooklyn, which powers Rspack's node-binding implementation.
The Parcel project created by @devongovett which is the pioneer of rust bundler and inspired Rspack's incremental rebuild design.
The Vite project created by Evan You which inspired Rspack's compatibility design of webpack's ecosystem.
The Rolldown project created by Rolldown team, which explores the possibility of making a performant bundler in Rust with Rollup-compatible API. It inspires the design principles of Rspack.