class Webpacker::Manifest
def load
def load if config.public_manifest_path.exist? JSON.parse config.public_manifest_path.read else {} end end
def load if config.public_manifest_path.exist? JSON.parse config.public_manifest_path.read else {} end end