imagemin-mozjpeg icon indicating copy to clipboard operation
imagemin-mozjpeg copied to clipboard

Exif formatted jpeg errors

Open calebTree opened this issue 3 years ago • 1 comments

😃 FF D8 FF E0 00 10 4A 46 49 46 00 01 01 00 00 (JFIF header) 🤔 FF D8 FF E1 08 7E 45 78 69 66 00 00 4D 4D 00 (Exif header)

2 WARNINGS in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details)

1 warning has detailed information that is not shown.
Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it.

webpack 5.36.0 compiled with 4 warnings in 14593 ms

I don't know how to get a further warning or error message because the terminal fills up with gibberish presumably from it attempting to parse the Exif image. This was a command I tried: npx webpack --stats-children --stats-error-details

calebTree avatar May 01 '21 17:05 calebTree

I have tested the above situation recently and bug remains. $ npm view imagemin-mozjpeg version 10.0.0

calebTree avatar Dec 29 '21 03:12 calebTree