-
-
Notifications
You must be signed in to change notification settings - Fork 257
Corrupted images emitted #205
Comments
Which version of |
All actual dependencies used are in the I'm using latest stable version of the |
Try |
I've downgraded to This looks crazy as webpack is such a popular system and it's basic functionality is broken in STABLE branch, so any new user can't even complete the getting started guide. And there is no even a tiny notice about this anywhere. I can't even comprehend what a confusing experience this could be for a new users. |
Oh, it looks like it's also working in latest |
There are but this particular issue originated from a build error during postinstall transpilation and therefore wasn't catched by the CI |
Hello!
Thank you for your hard work!
However, when I'm trying to use the
file-loader
to import JPG image, the corrupted file is emitted instead. I've set up a minimal repository here: https://github.com/slavafomin/webpack-file-loader-corrupts-images.I'm not sure if I'm doing something wrong or if something is actually broken. I was just following the webpack getting started guide.
When comparing the two files with
hexdiff
I can say that entire file is partially overwritten and the corrupt file is ~ two times longer.What could be the reason for this? Thanks!
The text was updated successfully, but these errors were encountered: