The fast Rust-based JavaScript bundler with webpack-compatible API
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.
- 🚀 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.
Rstack is a unified JavaScript toolchain centered on Rspack, with high performance and consistent architecture.
| Name | Description | Version |
|---|---|---|
| Rspack | Bundler | |
| Rsbuild | Build tool | |
| Rslib | Library development tool | |
| Rspress | Static site generator | |
| Rsdoctor | Build analyzer | |
| Rstest | Testing framework | |
| Rslint | Linter |
from https://github.com/web-infra-dev/rspack
No comments:
Post a Comment