You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
kopax
changed the title
[Feature Request] Use image-loader within webpack instead of string for src
[Feature Request] Use image-loader within webpack instead of string for src value
Dec 16, 2018
Hi, I am using create-react-app and Webpack 4.
I am using the default example from the
README.md
I have in my developer console an assets loading error which cannot find the resource.
When I look at the source code, it seems that it does not use any loader for loading the image but just a
src
link.This means that we need to copy the images somewhere in our assets, instead of directly using what we need in the code.
Because this involve copy, I suggest that we import the image using the appropriate loader like how it as been done here for json here
Related issues
The text was updated successfully, but these errors were encountered: