-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Module build failed: UnhandledSchemeError: Reading from "data:application/x-font-ttf;charset=utf-8 #4227
Comments
Fixed how write in the webpack-contrib/css-loader#1338 remove deprecated loaders. |
but semantic.min.css if remove extra semicolon in min.css to need fix. I apply patch. |
@sergeu90 I have same issue, removing semicolon fixes it. |
Folks, this looks like a valid issue, but we don't maintain CSS in this repo (only React components) so there is no action from our side 😥 |
JFYI: this issue seems to be fixed in the following PR of Fomantic-UI. (but not yet released to npm registry) |
This comment was marked as spam.
This comment was marked as spam.
For people (such as me) still looking for a proper solution: Semantic-Org/Semantic-UI-CSS#75 |
I implemented small tool to patch files to avoid the issue, #4287 (comment) |
Hey all, FWIW fomantic-ui doesn't maintain its nightly dist-tag anymore, so we don't have access to the fix. The on-postinstall patch tool by a third party is the only workable solution so far… Gawd the maintenance state of SUI is abysmal… Thanks for all your valiant efforts though! 👍 |
This comment was marked as spam.
This comment was marked as spam.
Hey there! Thanks for the info. I was mistaken as I'm using |
Bug Report
Steps
After upgrade css-loader to last version 6.0.0 i have error
Module build failed: UnhandledSchemeError: Reading from "data:application/x-font-ttf;charset=utf-8;;base64,
Webpack supports "data:" and "file:" URIs by default.
You may need an additional plugin to handle "data:" URIs.
semantic.min.css if remove extra semicolon in min.css
then compile success. But all icons not showing
Expected Result
Compile without errors
Actual Result
Errors
Version
last version
Testcase
The text was updated successfully, but these errors were encountered: