-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Description
This may be a simple question but the npm run build
command does not seem to grab the images I've added into a new directory called src/images
. As a result, a broken image link is displayed.
I see in the webpack configs a loader for .jpegs, .pngs, and .gifs.
I assume that the react way is to add these in a component via an import image from '[location name here]'
invocation at the top of the component, but that doesn't seem to work either...
Metadata
Metadata
Assignees
Labels
No labels