Skip to content

Failing to load SVG's #2

Description

Fails to load in SVG's for me.
I've added the following into webpack.config.helper.js in the rules section.

{
      test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
      loader: 'url-loader'
}

And getting You may need an appropriate loader to handle this file type. on all the SVG types. Any suggestions?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions