Skip to content

[Feature Request] Use image-loader within webpack instead of string for src value #17

@kopax

Description

@kopax

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions