mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-29 09:55:43 +08:00
Remove 'shortcut' link type before 'icon' (#7707)
This commit is contained in:
committed by
Ian Sutherland
parent
0dc69ec404
commit
05f7924398
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user