Packages
    Preparing search index...
    type PluginOptions = {
        attributes?: [string, ...string[]];
        enabled?: boolean;
    }
    Index

    Properties

    attributes?: [string, ...string[]]

    Attributes to remove from the HTML elements. Defaults to ["data-testid"].

    enabled?: boolean

    Whether the plugin is enabled. Defaults to true in production mode.