The path(s) to the build directory or directories containing the production assets for the report. Can be absolute or relative.
Configuration options for generating and uploading the report.
Optional
bundleAnalyzerOptions: BundleAnalyzerOptionsOptional configuration for bundle-analyzer usage.
A promise that resolves when the report is generated and uploaded (dry-runned or uploaded).
Generates a Codecov bundle stats report and optionally uploads it to Codecov. This function can be imported into your code or used via the bundle-analyzer CLI.
Example