0.0.1 • Published 6 months ago

rsbuild-vue3-storybook v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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.