class Webpacker::Configuration

def output_path

def output_path
  Rails.root.join(paths.fetch(:output, "public"))
end