class Webpacker::Configuration

def config_path

def config_path
  Rails.root.join(paths.fetch(:config, "config/webpack"))
end