What problem does this feature solve?
Modern.js, Rsbuild, and EdenX don't even mention Rsdoctor in their "Improve build performance" docs, and Rspack only mentions it at the end.
Rsdoctor has a superset of the webpack-bundle-analyzer features, so we should mention Rsdoctor as the default in these docs.
Related: To make this smoother, we need to do two more things:
- We need to make
supports.tileGraph enabled by default.
- Switch
modern build --analyze to use Rsdoctor instead of webpack-bundle-analyzer.
3. Include Rsdoctor as a dependency, or prompt devs to install it nvm we already prompt devs to install it
What problem does this feature solve?
Modern.js, Rsbuild, and EdenX don't even mention Rsdoctor in their "Improve build performance" docs, and Rspack only mentions it at the end.
Rsdoctor has a superset of the
webpack-bundle-analyzerfeatures, so we should mention Rsdoctor as the default in these docs.Related: To make this smoother, we need to do two more things:
supports.tileGraphenabled by default.modern build --analyzeto use Rsdoctor instead ofwebpack-bundle-analyzer.3. Include Rsdoctor as a dependency, or prompt devs to install itnvm we already prompt devs to install it