ManifestUtils
Utility methods for reading and processing Vite manifest files.
This class provides static methods to read and parse the Vite manifest file, which maps entry points to the corresponding generated assets. These methods can be used to retrieve information about the assets for inclusion in web pages.
Author
Benny Yen
Since
0.1.0
Functions
Link copied to clipboard
Reads the Vite manifest file from an InputStream and returns its contents as a JsonNode.
Reads the Vite manifest file and returns its contents as a JsonNode.