class Webpacker::Configuration

def paths

def paths
  load if Webpacker::Env.development?
  raise Webpacker::FileLoader::FileLoaderError.new("Webpacker::Configuration.load must be called first") unless instance
  instance.data
end