Matheus Gomide

Results 1 issues of Matheus Gomide

Is that a problem? The images are smaller, but, will that image still work correctly? ``` javascript gulp.task('images-min', () => { return gulp.src(paths.images) .pipe(imagemin([ webp({ lossless: true }) ])) .pipe(gulp.dest(`${paths.build}/images`));...