We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b3b9f commit 5f94f54Copy full SHA for 5f94f54
1 file changed
src/index.js
@@ -192,6 +192,7 @@ class FaviconsWebpackPlugin {
192
193
htmlPluginData.assetTags.meta.push(
194
...faviconCompilation.tags
195
+ .filter(tag => tag && tag.length)
196
.map(tag => parse5.parseFragment(tag).childNodes[0])
197
.map(({ tagName, attrs }) => {
198
const htmlTag = {
0 commit comments