Metadata about the build including inputs, outputs, and their relationships.
Only present when BuildConfig.metafile is true.
The metafile contains detailed information about:
- inputs: All source files that were bundled, their byte sizes, imports, and format
- outputs: All generated output files, their byte sizes, which inputs contributed to each output, imports between chunks, and exports
This can be used for:
- Bundle size analysis and visualization
- Detecting unused code or dependencies
- Understanding the dependency graph
- Integration with bundle analyzer tools