Rspack enhances its compilation capabilities through a rich ecosystem of plugins. These plugins fall into the following categories:
Rspack provides several high-performance built-in plugins. They can serve as drop-in replacements for popular plugins in the webpack ecosystem and deliver more efficient performance.
Including:
To align with webpack's functionality, Rspack has replicated most of webpack's built-in plugins. They maintain the same naming and configuration parameters as closely as possible and provide the same features.
See Built-in plugins (webpack-aligned) - Overview for more details.
Rspack strives to maintain compatibility with the webpack plugin ecosystem to leverage the excellent features that have been accumulated and validated by the community.
Please refer to the Plugin compatibility list to access a list of webpack plugins that have passed our compatibility tests.
You can also check out the community Rspack plugins at awesome-rspack.
Welcome to add the plugins you developed to this repository.