Optional
beforeAsynchronous 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.
Optional
ignorePatterns to ignore certain files or directories in the analysis. The patterns follow the standard glob pattern syntax. By default, it returns an empty list.
Optional
normalizeA pattern to normalize asset names (e.g., for hashing). By default, it returns an empty string, which will replace anything "hashlike" with "*".
Generated using TypeDoc
Configuration options for the bundle-analyzer analyzer.