terinjokes/gulp-uglify

JS file having const keyword fails during uglification

parthsw opened this issue · 1 comments

I was trying to uglify JS file using this module but it is failing due to the use of ES6 const keyword. Just wondering whether this module is going to provide the support for it?

image

This module will provide support for it when UglifyJS does.