fivcone-webpack plugins code example
Example: webpack add apple-touch-icon
paste this html code in your html code
<link rel="apple-touch-icon" sizes="192x192" href="{%=htmlWebpackPlugin.files.favicon.logo192.png%}">
<link rel="apple-touch-icon" sizes="512x512" href="{%=htmlWebpackPlugin.files.favicon.logo512.png%}">