boolean
false
Whether capture timing information for each module, same as the profile config of Rspack.
After enabled:
dist/stats.json
file through bundle analyzer.When enabled, Rspack generates a JSON file with some statistics about the module that includes information about timing information for each module.
Please refer to the Build Profiling section for more methods to analyze build performance.