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?
Fails to load in SVG's for me.
I've added the following into
webpack.config.helper.jsin the rules section.And getting
You may need an appropriate loader to handle this file type.on all the SVG types. Any suggestions?