I am trying to import an image file in one of my react component. I have the project setup with web pack
Here\'s my code for the component
import Di
Solved the problem, when moved the folder with the image in src folder. Then I turned to the image (project created through "create-react-app") let image = document.createElement("img"); image.src = require('../assets/police.png');