Use this template to create your own Rsbuild plugin π
29
stars
137
commits
TypeScript
primary language
Sep 8, 2026
updated
Example plugin for Rsbuild.
Install:
npm add rsbuild-plugin-example -D
Add plugin to your rsbuild.config.ts:
// rsbuild.config.ts
import { pluginExample } from 'rsbuild-plugin-example';
export default {
plugins: [pluginExample()],
};
Some description.
stringundefinedpluginExample({
foo: 'bar',
});
MIT.
TypeScript
83.5%
CSS
15.9%
Use this template to create your own Rsbuild plugin π
29
stars
137
commits
TypeScript
primary language
Sep 8, 2026
updated
Example plugin for Rsbuild.
Install:
npm add rsbuild-plugin-example -D
Add plugin to your rsbuild.config.ts:
// rsbuild.config.ts
import { pluginExample } from 'rsbuild-plugin-example';
export default {
plugins: [pluginExample()],
};
Some description.
stringundefinedpluginExample({
foo: 'bar',
});
MIT.
TypeScript
83.5%
CSS
15.9%