yifancong
yifancong
### 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...
### Version ```sh rsdoctor -> v0.3.x ``` ### Details Large loader data can not open the loader analysis page . related mr: #167
## Summary ## Related Links #38
## Summary feat(utils): replace zlib by lz4 Compress text function will consume ~15s by zlib in big repo. So use lz4 to optimize this consume time. By diff this time...
### Version ```sh rsdoctor 0.3.x ``` ### Details Optimize the situation where the cjs package contains an esm loader, some times the cjs package can has a dir has a...
### What problem does this feature solve? Analysis supports for childCompiler.
### What problem does this feature solve? This issue( #345) has added the Rsdoctor‘s tag code to production. This code should be delete before emitAssets. But the bundle parsing is...
I want to replace `zlib` with `lz4` to address the issue of high compression time. However, the trade-off is a reduced compression ratio; the data compressed with lz4 is 50%...
### What problem does this feature solve? The Playground plugin requires ifame to isolate the style to avoid style pollution.The style rendered in the palyground plugin will reduce the style...