drolsen / webpack-favicons

Plugin to generate favicons for browsers and devices

Home Page:https://github.com/drolsen/webpack-favicons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Link tags always get inserted

OctoNezd opened this issue · comments

commented

Library inserts link tags instead of meta tags for me, breaking manifest, theme-color and probably other things.

Supposed line at fault:

tagName: 'link',

There should be automatic detection of whether line is meta or link.