Is there any sbt plugin which will uglify es6?

I tried sbt-uglify with play 2.7.x, but it is not working with es6 syntax. Getting error e.g with-- const x = (x, y) => x * y;

Much needed plugin. Meanwhile, you can check out transpires that take ES6 and translate it to ES5: