hparra / gulp-rename

Rename files easily
MIT License
692 stars 73 forks source link

unexpected let keyword #90

Closed woody-li closed 4 years ago

woody-li commented 4 years ago

I'm using gulp-rename for a site which supported old versions of IE . But there's a let in the code in the below line. so the browser crashes. https://github.com/hparra/gulp-rename/blob/master/index.js#L32

yocontra commented 4 years ago

@woody-li You may have a serious issue with your bundler - gulp and gulp-rename are not made to work in a browser, and the code will not end up in the browser in any normal bundling/build scenario.