Sign in
Log inSign up

Require images in react?

Siddharth Vishvanath (Sid)'s photo
Siddharth Vishvanath (Sid)
·Apr 11, 2019

How do you require images in react and how to configure webpack to achieve the same?

I want to require images like this <img src={require('../some.png')} />

I have seen this pattern in the web. But I don't know how to configure that in webpack.