sindresorhus / gulp-imagemin

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

Fixes #366: Add compatibility for using CommonJs #381

Closed jheagle closed 4 months ago

jheagle commented 7 months ago

Fixes #366

Add compatibility for using CommonJs since this package is intended for GulpJs which does yet support ES6,

sindresorhus commented 4 months ago

Thanks, but Gulp does support ESM.