sindresorhus / gulp-imagemin

Minify PNG, JPEG, GIF and SVG images
MIT License
1.9k stars 157 forks source link

TypeError: imagemin.mozjpeg is not a function #379

Open madjacky opened 1 year ago

madjacky commented 1 year ago

i install this plugin and did everything according to the instructions but when try to star gulp i have this error: "TypeError: imagemin.mozjpeg is not a function "

realovich commented 1 year ago

i install this plugin and did everything according to the instructions but when try to star gulp i have this error:

import imagemin, {mozjpeg} from 'gulp-imagemin';

.pipe(imagemin([
  mozjpeg({quality: 80, progressive: true}),
]))