nfroidure / gulp-iconfont

Create icon fonts from several SVG icons
MIT License
854 stars 72 forks source link

Not working with Gulp 5 #205

Closed jakubzasanski closed 7 months ago

miki-long commented 7 months ago

[Mickey]已经收到了,谢谢

jakubzasanski commented 5 months ago

[Mickey]已经收到了,谢谢

is there any solution?

jakubzasanski commented 5 months ago

There is a solution for gulp 5 - add encoding: false in dest function

.pipe(gulp.dest('.', { encoding: false }))