@i18n-flow/rsbuild-plugin
v0.0.1-alpha.1
Published
Example plugin for Rsbuild.
Readme
rsbuild-plugin-example
Example plugin for Rsbuild.
Usage
Install:
npm add rsbuild-plugin-example -DAdd plugin to your rsbuild.config.ts:
// rsbuild.config.ts
import { pluginExample } from "rsbuild-plugin-example";
export default {
plugins: [pluginExample()],
};Options
foo
Some description.
- Type:
string - Default:
undefined - Example:
pluginExample({
foo: "bar",
});License
MIT.
