class Webpacker::Configuration

def entry_path

def entry_path
  Rails.root.join(source_path, paths.fetch(:entry, "packs"))
end