close

Plugin list

Plugin system

You can read about the functionality of Rsbuild plugins and how to develop an Rsbuild plugin in the Plugin System documentation.

Using plugins

Register plugins with the plugins option in Rsbuild config.

With Rsbuild's JavaScript API, register plugins with addPlugins.

Official plugins

The following are official plugins that can be used in Rsbuild.

React

Plugins available for the React:

Vue

Plugins available for the Vue:

Preact

Plugins available for the Preact:

Svelte

Plugins available for the Svelte:

Solid

Plugins available for the Solid:

Common

The following are common framework-agnostic plugins:

Tip

You can find the source code of all official plugins in web-infra-dev/rsbuild and rstackjs.

Community plugins

You can check out the Rsbuild plugins provided by the community at awesome-rstack - Rsbuild Plugins.

You can also discover more Rsbuild plugins on npm by searching for the keyword rsbuild-plugin.

React

Angular