I have tried looking this up for days and nothing seems to be working. I have a Webpack that isn't properly loading my images. In the network tab, my images are coming back as a 200 response, but when I load the page, the image appears broken.
This is a picture of my webpack

index.js

This is what I see when I run locally

Can someone please enlighten me?
Hey by seeing your code I can just say you can try to just write the name of the import rather than the path and then try like
Import test from “../test.png”;
And then use like