OptionalbeforeAsynchronous function to customize the report output.
This function allows you to modify the report output before it is finalized. By default, it returns the original output without modification.
A promise that resolves to the customized output.
OptionalignorePatterns to ignore certain files or directories in the analysis. The patterns follow the standard glob pattern syntax. By default, it returns an empty list.
OptionalnormalizeA pattern to normalize asset names (e.g., for hashing). By default, it returns an empty string, which will replace anything "hashlike" with "*".
Configuration options for the bundle-analyzer analyzer.