-
-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Cannot destructure property tagName
of 'undefined' or 'null'
#260
Comments
Oh favicons generates the following html tags:
so I guess it's a bug on their side to generate empty strings... |
Thanks a lot for reporting the issue I'll release the fix from #261 soon :) Maybe you can ask in the favicons repository why it generates empty strings in the tags array. |
Released in |
could you backport the bugfix to favicons-webpack-plugin@4 |
please backport the bugfix also for 4.x |
Current behaviour 💣
I get the error when I build my project
Expected behaviour ☀️
It should be built without any errors.
I want to fine-tune which icons to use in the project.
But it doesn't work if I remove the default elements from the array. Or it only works with the
inject: false
option.Reproduction Example 👾
https://codesandbox.io/s/tender-jones-obesr?file=/webpack.config.js
Environment 🖥
The text was updated successfully, but these errors were encountered: