0.0.1 • Published 6 months ago
rsbuild-vue3-storybook v0.0.1
rsbuild-plugin-example
Example plugin for Rsbuild.
Usage
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()],
};
Options
foo
Some description.
- Type:
string
- Default:
undefined
- Example:
pluginExample({
foo: "bar",
});
License
MIT.
0.0.1
6 months ago