Using Rsdoctor
Rsdoctor is a Rspack build analysis tool. In Modern.js, we recommend using Rsdoctor to diagnose and analyze the build process and build outputs.
Install Dependencies
Register Plugin
In modern.config.ts, you can register the Rspack plugin via tools.bundlerChain. Refer to the example below:
modern.config.ts
Execute Build
You can execute the build command within your project. After the build is complete, Rsdoctor will automatically open the analysis page for the build.
Related Documentation
For more information, please refer to the Rsdoctor Website.