We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As of #258 the icon fonts are broken.
Getting error Error: downloadable font: rejected by sanitizer.
Error: downloadable font: rejected by sanitizer
Root cause appears to be a config change required for css-loader updat to v6. https://github.com/webpack-contrib/css-loader/releases/tag/v6.0.0
css-loader
[ext] placeholder don't need . (dot) before for the localIdentName option, i.e. please change .[ext] on [ext] (no dot before)
The text was updated successfully, but these errors were encountered:
Dot change did not fix it, will downgrade css-loader.
Sorry, something went wrong.
Fixed via #268
No branches or pull requests
As of #258 the icon fonts are broken.
Getting error
Error: downloadable font: rejected by sanitizer
.Root cause appears to be a config change required for
css-loader
updat to v6.https://github.com/webpack-contrib/css-loader/releases/tag/v6.0.0
The text was updated successfully, but these errors were encountered: