truffle-box / react-box

Truffle, Webpack and React boilerplate.
https://truffle-box.github.io/
MIT License
736 stars 251 forks source link

Access images assets #45

Closed jacktang closed 6 years ago

jacktang commented 6 years ago

Hello,

I have some images assets, where should I put the resources and how to access them?

jacktang commented 6 years ago

resolved

adelin-b commented 6 years ago

How have you done ? I use something like that but im interrested by other solutions <img src={require('../static/logo.png')}/>