rsbuild-plugin-posthog
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

rsbuild-plugin-posthog

rsbuild-plugin-posthog is a Rsbuild plugin for Posthog.

npm version license

Usage

Install:

npm add rsbuild-plugin-posthog -D

Add plugin to your rsbuild.config.ts:

// rsbuild.config.ts
import { pluginPosthog } from 'rsbuild-plugin-posthog';

export default {
  plugins: [pluginPosthog({
    apiKey: 'xxx',
    apiHost: 'xxxx'
  })],
};

Options

Here are the available options:

Name Type
apiKey string
apiHost string

License

MIT.

/rsbuild-plugin-posthog/

    Package Sidebar

    Install

    npm i rsbuild-plugin-posthog

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    8.22 kB

    Total Files

    7

    Last publish

    Collaborators

    • m1911star