# File lib/sprockets/es6.rb, line 13 def configuration_hash configuration.to_h.reduce({}) do |hash, (key, val)| hash[key.to_s] = val hash end end