class Webpacker::Manifest

def lookup!(name, pack_type = {})

def lookup!(name, pack_type = {})
  lookup(name, pack_type) || handle_missing_entry(name)
end