Skip to main content

ViteManifest

Type Alias ViteManifest 

Source
pub type ViteManifest<S = String> = HashMap<S, ManifestChunk<S>>;
Expand description

Type of .vite/manifest.json.

Aliased Typeยง

pub struct ViteManifest<S = String> { /* private fields */ }