rsdoctor
rsdoctor copied to clipboard
[Feature]: Add outputPath option
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
}),