Skip to content

Commit 346b3be

Browse files
KoslunAwk34
authored andcommitted
chore(gulp): switch to new jpeg minifier
1 parent da98690 commit 346b3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/app/gulpfile.babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ gulp.task('build:images', () => {
514514
return gulp.src(paths.client.images)
515515
.pipe(plugins.imagemin([
516516
plugins.imagemin.optipng({optimizationLevel: 5}),
517-
plugins.imagemin.mozjpeg({progressive: true}),
517+
plugins.imagemin.jpegtran({progressive: true}),
518518
plugins.imagemin.gifsicle({interlaced: true}),
519519
plugins.imagemin.svgo({plugins: [{removeViewBox: false}]})
520520
]))

0 commit comments

Comments
 (0)