I have a json file witch contains image paths. The images are in an image folder like this ..
and when I generate an html template with vanilla javascript using parcel bundler it shows me nothing on screen. I want bundle images from json file paths in dist folder to display them on screen.
