class ViteRuby::Manifest
def load_manifest
def load_manifest files = config.manifest_paths files.map { |path| JSON.parse(path.read) }.inject({}, &:merge).tap(&method(:resolve_references)) end
def load_manifest files = config.manifest_paths files.map { |path| JSON.parse(path.read) }.inject({}, &:merge).tap(&method(:resolve_references)) end