class ViteRuby::Manifest
def load_manifest
def load_manifest files = [config.manifest_path, config.assets_manifest_path].select(&:exist?) files.map { |path| JSON.parse(path.read) }.inject({}, &:merge).tap(&method(:resolve_references)) end
def load_manifest files = [config.manifest_path, config.assets_manifest_path].select(&:exist?) files.map { |path| JSON.parse(path.read) }.inject({}, &:merge).tap(&method(:resolve_references)) end