I faced the issue that the image file got loaded when using react-scripts 5.0.0 is a base64 string (but the content is not the image also).
For react-scripts 4.0.3, it works normally as it returned the object { src, srcSet... }.
Here is my rules for the loader
I faced the issue that the image file got loaded when using react-scripts 5.0.0 is a base64 string (but the content is not the image also). For react-scripts 4.0.3, it works normally as it returned the object { src, srcSet... }. Here is my rules for the loader