grunt-contrib-uglify v5.0.0 still unable to support ES6 Template Literals?
问题 UPDATE, Jan 09, 2012: At first, I thought it was due to the single quotes within the template literal: replyTo: `'MTN Support' <${functions.config().supportgmail.email}>` But now, it's confirmed that even a normal template literal is not supported by grunt-contrib-uglify : throw new Error(`Unknown sender email address: ${mailOptions.from.address}.`); Same Error: Warning: Uglification failed. Unexpected token: name «sender», expected: punc «,». Line 90 in functions/app-functions.js,functions