0.0.1 • Published 11 months ago
rsbuild-vue3-storybook v0.0.1
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.
0.0.1
11 months ago