-
-
Notifications
You must be signed in to change notification settings - Fork 608
Font URL containing hashtag is not processed correctly #668
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
I have same issue |
Close in favor, seems you have other invalid loader and/or plugin. |
Hey, @evilebottnawi , sorry for late response. npm i I can still reproduce the problem with spaces in folder or file name. I used file loader to store font files with exact path. p.s.: In this repo I used ttf with hash just for demo. |
@igorroch thanks for anwswer |
I'm seeing similar issue here when upgraded to version 0.28.10. In my case I'm seeing this once I upgraded:
and in an older version (which is working fine)
Notice no quote on the path there for the |
Hi there, I am experiencing the same issue with #iefix, but also with |
update to latest version |
url('./assets/fonts/ProximaNova/Mark Simonson - Proxima Nova Alt Regular-webfont.eot?#iefix')
is processed to
url("Mark Simonson - Proxima Nova Alt Regular-webfont.e802340fb269d9d36021.eot”?#iefix).
The quotation mark is misplaced and the font is not downloaded properly by the browser.
It's working correctly once I revert back to "css-loader": "0.28.7"
The text was updated successfully, but these errors were encountered: