Vite.Manifest (vite_phx v0.2.2)

Basic parser for Vite.js manifests See for more details:

Link to this section Summary

Link to this section Types

Link to this type

entry_value()

Specs

entry_value() :: binary() | [binary()] | nil

Link to this section Functions

Specs

entries() :: [Vite.Entry.t()]
Link to this function

entry(entry_name)

Specs

entry(binary()) :: Vite.Entry.t()

Specs

get_css(binary()) :: entry_value()

Specs

get_file(binary()) :: entry_value()
Link to this function

get_imports(file)

Specs

get_imports(binary()) :: entry_value()

Specs

read() :: map()