rspack-contrib / rsbuild-plugin-template

Use this template to create your own Rsbuild plugin 🌟

Home Page:https://rsbuild.dev/plugins/dev/index

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rsbuild-plugin-example

rsbuild-plugin-example is a Rsbuild plugin to do something.

npm version license

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

Here are the available options:

Name Type Description Defaults
foo string Some description undefined
bar boolean Some description false

License

MIT.

About

Use this template to create your own Rsbuild plugin 🌟

https://rsbuild.dev/plugins/dev/index

License:MIT License


Languages

Language:TypeScript 52.0%Language:CSS 34.1%Language:JavaScript 14.0%