rsdoctor icon indicating copy to clipboard operation
rsdoctor copied to clipboard

[Feature]: Add outputPath option

Open easy1090 opened this issue 1 year ago • 0 comments

What problem does this feature solve?

'outputPath` is required to allow the user to specify the output folder location of the rsdoctor report.

What does the proposed API look like?

new RsdoctorRspackPlugin({

  // rsdoctor  options
  outputPath: string
}),

easy1090 avatar Aug 19 '24 03:08 easy1090