Hey y’all, I’m attempting to serve up a bundled js file to my server using webpack. Everything seems to be going to fine until we get to the png files, for some reason- despite the png files being added to the dist folder with a hashed named- the images won’t resolve and I get a 404 error for each of the assets. This is what my webpack file looks like, I’d appreciate any suggestions for resources to look into to solve this problem.
Not sure if this is any use to you, but I also recently had an issue with png files not being resolved although in mine they weren’t moving to the dist folder. However the config below now works in case it contains any clues for you…