Skip to main content

ViteManifest

Type Alias ViteManifest 

Source
pub type ViteManifest<'a> = HashMap<Cow<'a, str>, ManifestChunk<'a>>;
Expand description

Type of .vite/manifest.json.

Aliased Typeยง

pub struct ViteManifest<'a> { /* private fields */ }