Volt.Builder.OutputFile (Volt v0.17.7)

Copy Markdown View Source

Metadata for one generated production output file.

Summary

Types

t()

@type t() :: %Volt.Builder.OutputFile{
  assets: [term()],
  chunk_id: String.t() | nil,
  path: String.t(),
  size: non_neg_integer(),
  type: :entry | :chunk | nil
}