0.0.10 • Published 9 months ago

rsbuild-plugin-web-extension v0.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

rsbuild-plugin-web-extension

rsbuild plugin for chrome/web extension

Get started

install the plugin

npm i -D rsbuild-plugin-web-extension
pnpm i -D rsbuild-plugin-web-extension
yarn add -D rsbuild-plugin-web-extension

add the plugin to your rsbuild.config.js

import { pluginWebExtension } from "rsbuild-plugin-web-extension";
import manifest from "./manifest";

export default defineConfig({
  plugins: [
    pluginWebExtension({
      manifest,
    }),
  ],
});
0.0.10

9 months ago

0.0.8

9 months ago

0.0.7

11 months ago

0.0.6

1 year ago

0.0.3

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago