terinjokes / gulp-uglify

Minify files with UglifyJS
MIT License
1.23k stars 154 forks source link

JS file having const keyword fails during uglification #332

Closed parthsw closed 6 years ago

parthsw commented 6 years ago

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

terinjokes commented 6 years ago

This module will provide support for it when UglifyJS does.