how to bundle images from paths in json file using parcel with javascript?

Viewed 17

I have a json file witch contains image paths. The images are in an image folder like this ..json file with image path

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.

parcel

0 Answers
Related