readManifest
Reads the Vite manifest file and returns its contents as a JsonNode.
Return
the parsed manifest file as a JsonNode
Parameters
manifestFilePath
the path to the manifest file
Throws
if an I/O error occurs while reading the file
Reads the Vite manifest file from an InputStream and returns its contents as a JsonNode.
Return
the parsed manifest file as a JsonNode
Parameters
manifestStream
the input stream of the manifest file
Throws
if an I/O error occurs while reading the stream