Skip to content
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

Icon fonts broken #267

Closed
lb- opened this issue Jul 18, 2023 · 2 comments
Closed

Icon fonts broken #267

lb- opened this issue Jul 18, 2023 · 2 comments

Comments

@lb-
Copy link
Member

lb- commented Jul 18, 2023

As of #258 the icon fonts are broken.

Getting error Error: downloadable font: rejected by sanitizer.

Screenshot 2023-07-19 at 7 38 02 am

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

[ext] placeholder don't need . (dot) before for the localIdentName option, i.e. please change .[ext] on [ext] (no dot before)

@lb- lb- mentioned this issue Jul 18, 2023
6 tasks
@lb-
Copy link
Member Author

lb- commented Jul 18, 2023

Dot change did not fix it, will downgrade css-loader.

@lb- lb- closed this as completed Jul 19, 2023
@lb-
Copy link
Member Author

lb- commented Jul 19, 2023

Fixed via #268

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant