favicons-webpack-plugin
favicons-webpack-plugin copied to clipboard
Only inject manifest file
Instead of polluting the main index.html with over 50 favicon images, can we inject the manifest file only?
Just have
<link rel="manifest" href="img/favicons/manifest.webmanifest" />
And it points to all the other favicons inside. This keeps the index file small and clean.