I am running to an issue with Parcel that I have yet to see a solution to. When I run the live server, my images only show up in the parcel server when assigning the images a src in the tag that directs to the image location. However, I am using JavaScript to assign the src, so when I change the image location (tag) to a data-src then use JavaScript to assign the src (purpose is for lazy loading), the images don't show up at all. Does anybody know why parcel does this and how to fix it. It seems like Parcel can't locate an image when you use the getAttribute('data-src') in the javascript file.