This repository was archived by the owner on Mar 17, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 257
Fails to load fonts since update #211
Comments
I have the same problem after update to |
same issue. I'll have to revert to 0.11.2. wait for fix. |
same here, i was updating from 0.9.0 had the same issue with 1.0.0, downgraded to 0.11.2 |
Experiencing the same issue. I'll also confirm that reverting back to 0.11.2 fixed it. Waiting for a fix. |
can confirm it's fixed now. |
@boaticus @hoangphuong020193 @phawrylak - Give me a thumbs up if your specific issue is resolved using |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey,
I just updated to
1.1.3
from0.11.2
, and ever since my fonts fail to load. I use the latestwebpack
packages, thanks to regularly updating because of actively working on my project..What I can see in the console is that instead of loading the font files, the browser tries to load
http://test.localdomain:8000/[object%20Object]
.test.localdomain:8000
is my local dev environment, but it fails on the dev/live server the same way, requesting[object%20Object]
instead of the font path.here's my webpack config base:
As you can see, regarding the
file-loader
, a pretty basic config is in place.I guess until we don't figure out the exact cause of the error, I'll have to revert to
0.11.2
.The text was updated successfully, but these errors were encountered: