Skip to main content
Docusaurus

Search documentation

Type to search this documentation.

On this pageOverview

πŸ“¦ plugin-rsdoctor

A Rsdoctor plugin can help you troubleshoot the bundling phase of your Docusaurus site, supporting both Webpack and Rspack.

npm2yarn
npm install --save @docusaurus/plugin-rsdoctor

Accepted fields:

mdx-code-block
<APITable>
Name Type Default Description
rsdoctorOptions object {} The Rsdoctor bundler plugin options, forwarded as is
mdx-code-block
</APITable>

You can configure this plugin through plugin options.

docusaurus.config.js
export default {
  plugins: [
    [
      'rsdoctor',
      {
        rsdoctorOptions: {
          mode: 'lite',
        },
      },
    ],
  ],
};
Suggest an edit

Propose a replacement for this page. The site team reviews it before applying any changes.

Export
Documentation menu