ES6 syntax, harmony mode must be enabled with Uglifier.new(:harmony => true
Just leaving the answer here too: In config/environments/production.rb replace config.assets.js_compressor = :uglifier with config.assets.js_compressor = Uglifier.new(harmony: true)