Skip to content

web-infra-dev/rspack

Folders and files

NameName
Last commit message
Last commit date
Apr 3, 2025
Oct 31, 2024
May 3, 2025
Feb 18, 2024
Apr 30, 2025
May 7, 2025
Mar 28, 2025
Apr 28, 2025
May 7, 2025
Feb 12, 2025
Apr 29, 2025
Apr 27, 2025
May 7, 2025
May 7, 2025
Mar 30, 2023
Dec 26, 2024
Jun 28, 2024
Apr 14, 2025
Nov 8, 2024
May 13, 2024
Feb 10, 2025
Apr 15, 2024
Feb 7, 2025
Jan 21, 2025
Jan 8, 2025
Jan 8, 2025
May 6, 2025
May 6, 2025
May 19, 2023
Apr 22, 2025
Apr 22, 2025
Sep 2, 2024
May 19, 2023
Oct 17, 2024
Dec 4, 2024
Mar 20, 2025
Dec 5, 2024
Feb 12, 2025
May 7, 2025
May 7, 2025
Mar 18, 2025
Apr 7, 2025
Mar 17, 2025
Oct 17, 2024
Oct 31, 2024
Feb 27, 2025

Repository files navigation

Rspack Banner

Rspack

discord channel npm version downloads node version license codspeed

English | 简体中文

Rspack is a high performance JavaScript bundler written in Rust. It offers strong compatibility with the webpack ecosystem, allowing for seamless replacement of webpack, and provides lightning fast build speeds.

✨ Features

  • 🚀 Fast Startup: Based on Rust, the build speed is extremely fast, bringing you the ultimate development experience.
  • Lightning HMR: With a built-in incremental compilation mechanism, HMR is extremely fast and fully capable of developing large-scale projects.
  • 📦 Webpack Compatible: Compatible with plugins and loaders in the webpack ecosystem, seamlessly integrating excellent libraries built by the community.
  • 🎨 Module Federation: Provide first-class support for Module Federation to facilitate the development of large-scale web applications.
  • 🛠️ Production Optimization: Various optimization strategies are built in by default, such as tree shaking, minification, etc.
  • 🎯 Framework Agnostic: Not bound to any frontend framework, ensuring enough flexibility.

Read Introduction for details.

Getting started

See Quick start.

Contribution

Please read the contributing guide and let's build Rspack together.

Code of conduct

This repo has adopted the ByteDance Open Source Code of Conduct. Please check Code of conduct for more details.

Community

Come chat with us on Discord! Rspack team and Rspack users are active there, and we're always looking for contributions.

Links

Name Description
awesome-rspack A curated list of awesome things related to Rspack
Rspack 1.x documentation Documentation for Rspack 1.x (latest)
Rspack 0.x documentation Documentation for Rspack 0.x version
Rsbuild An out-of-the-box build tool based on Rspack
Rspress A fast static site generator based on Rsbuild
Rsdoctor A one-stop build analyzer for Rspack
Rslib A library development tool powered by Rsbuild
rspack-dev-server Dev server for Rspack
rstack-examples Examples showcasing Rstack ecosystem tools (Rspack, Rsbuild, Rspress, Rsdoctor)
rspack-sources Rust port of webpack-sources
rstack-design-resources Design resources for Rspack Stack

Contributors

Benchmark

See Benchmark.

Credits

Thanks to:

License

Rspack is MIT licensed.