yifancong
yifancong
@pushkargupta9807 If the clientServer that runs the report in real-time is disabled, will the report also auto-open? You can set disableClientServer to true to build without opening the report. After...
> Also I observe that the "@rsdoctor/core/plugins" is not present - is that expected? This problem has been fixed #305. You can use the 0.2.0 version, current this version is...
You can try to use this options: ```ts reportCodeType: { noCode: true } ``` https://rsdoctor.dev/config/options/options#reportcodetype
Too long no reply,will close this issue. If also has this problem, can open again.
Can you provide the problem's demo? Or what technology stacks are used in the project?
As the issue was labelled with `need reproduction`, but no response in 5 days. This issue will be closed. Feel free to comment and reopen it if you have any...
Ok, get this, I'll optimize this.
@liyincode This bug has been fixed. I'll publish today. But rsdoctor's loader analysis not support vue-loader, other analysis functions can support. You can config rsdoctor plugin like following to close...
You can use v0.1.4, but the loader analysis in the vue project is turned off by default, and you can pay attention to this issue #20 https://rsdoctor.dev/guide/start/quick-start#vue-framework
> @easy1090 why rsdoctor cannot analysis vue-loader? What is the problem? @OskarLebuda The analysis of the loader by rsdoctor adds a proxy loader, which wraps the real original loader. The...