# `Volt.Builder.Output`
[🔗](https://github.com/elixir-volt/volt/blob/v0.16.0/lib/volt/builder/output.ex#L1)

Builds final production output files from compiled module graphs.

# `build_chunks`

Bundle modules into separate chunks based on the chunk graph.

# `build_shared_entries`

Bundle multiple ESM entries together and write Rolldown shared chunks.

# `build_single`

Bundle modules into a single JS file and write output.

# `bundle_single`

Bundle modules into a single in-memory JS bundle.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
