class Webpacker::Env

def inquire

def inquire
  fallback_env_warning if config_path.exist? && !current
  current || DEFAULT.inquiry
end