Closed
Description
Angular starterkit uses the following code for favicon. https://github.com/angular/universal-starter/blob/master/src/index.html
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
It would be good if create-react-app did the same. favicon.ico
can also be supported specially for those who want to have custom favicon files that they want to publish.