-
Notifications
You must be signed in to change notification settings - Fork 90
Used exact example in README and the svgxhr is doing something weird with the URL and I'm getting a 404 #142
Comments
I am experiencing an issue similar to this. I am using browserSync with webpackDevMiddleware and a proxy. |
My first thought was that maybe this is related to |
I fixed my issue by altering publicPath. |
@designspin Can u tell me how did you fix this?I am also facing this issue |
Well, there is a workaround: you can write own loading function. Just look at
You can copy entire function, modify it and use instead of standard loader. In my case, because of |
I did a simpler workaround: #156. Hope it helps |
can confirm that this is an issue when using html-webpack-plugin with publicPath set. I'll see if I can put together a PR to fix |
hi, Just FYI, i've done this work and you can use my fork. I'm trying to get the owners to merge this for a while now... |
I get this in my Chrome console:
VM21594:1 GET http://localhost:3000/http://localhost:3000/assets/svg/1494566510680.logos.svg 404 (Not Found)
If I console log svg I can see the filename: http://localhost:3000/assets/svg/1494566510680.logos.svg
and this filename works because when I view source I see the code.
What am I doing incorrectly?
The text was updated successfully, but these errors were encountered: