Remove 'shortcut' link type before 'icon' (#7707)

This commit is contained in:
Lewis Llobera
2019-09-20 17:51:27 +02:00
committed by Ian Sutherland
parent 0dc69ec404
commit 05f7924398
8 changed files with 8 additions and 8 deletions

View File

@@ -44,7 +44,7 @@ module.exports = {
template: path.resolve('public/index.html'),
}),
// Makes the public URL available as %PUBLIC_URL% in index.html, e.g.:
// <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
// <link rel="icon" href="%PUBLIC_URL%/favicon.ico">
new InterpolateHtmlPlugin(HtmlWebpackPlugin, {
PUBLIC_URL: publicUrl,
// You can pass any key-value pairs, this was just an example.