Is there any workaround or loader available for having to manually import images?
<img src="../assets/img/user/user-13.jpg" alt="" />
this sort of tags in JSX/JS files
Given that we are dealing with jsx HTML loader doesn't cut it out.
I see these sort of solutions: <img src={process.env.PUBLIC_URL + "/images/test.jpg"}
But in my case, I have to make such changes in 100s of files, so it would be really helpful if there are any loaders that automate such a thing.