Home > @lynx-js/rspeedy > Tools > rsdoctor

Tools.rsdoctor property

The Tools.rsdoctor controls the options of Rsdoctor.

Signature:

rsdoctor?: RsdoctorRspackPluginOptions | undefined;

Example

  • Use the built-in Rsdoctor.
import { defineConfig } from '@lynx-js/rspeedy'

export default defineConfig({
  tools: {
    rsdoctor: {
      disableClientServer: true,
    },
  },
})

See Rsdoctor - Configuration for details.

Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.