-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bad woff path for icons #843
Comments
Huh, weird problem! I'm not entirely sure what's causing this though. This seems like a bug in whatever css-loader you're using so I'd suggest looking to see if anyone else is reporting this bug and if not, add a bug reporter yourself. |
I get this error after trying to install
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
icons in semantic-ui is not loading, i have narrowed down the problem to the semantic.min.css file send to the client
the file generated by webpack have this line
instead of
(note the dot between "icons" and "woff2" that is missing)
removing the .woff2 reference simply result in the error shifting to the next line (.woff in this case)
the semantic.min.css in the project folder is fine, its just the file sent to client that have this issue
The text was updated successfully, but these errors were encountered: