Skip to content

Commit 0864ee0

Browse files
committed
Docs: Update gulp-imagemin usage (closes #2432)
1 parent 2716600 commit 0864ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ const paths = {
230230

231231
function images() {
232232
return gulp.src(paths.images.src, {since: gulp.lastRun(images)})
233-
.pipe(imagemin({optimizationLevel: 5}))
233+
.pipe(imagemin())
234234
.pipe(gulp.dest(paths.images.dest));
235235
}
236236

0 commit comments

Comments
 (0)