diff --git a/gulpfile.js b/gulpfile.js index d4e47ba2..eb62fc53 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -196,7 +196,7 @@ gulp.task('imagemin', function () { return gulp.src(defaultAssets.client.img) .pipe(plugins.imagemin({ progressive: true, - svgoPlugins: [{removeViewBox: false}], + svgoPlugins: [{ removeViewBox: false }], use: [pngquant()] })) .pipe(gulp.dest('public/dist/img'));