class Webpacker::Configuration

def fetch(key)

def fetch(key)
  data.fetch(key, defaults[key])
end