class Webpacker::Configuration

def resolved_paths

def resolved_paths
  paths = data.fetch(:resolved_paths, [])
  warn "The resolved_paths option has been deprecated. Use additional_paths instead." unless paths.empty?
  paths
end