Configuring title of generated index.html page
Created by: annorax
There is no apparent way to configure the title (i.e. the html <title>) of the generated index.html file - it eems to be hard coded to "React App".
Of course I can edit the generated file, but I'd like to fully express my app in source and have my generated files production ready right out of the box.
I assume this can be accomplished with "eject" but that seems like an overkill for what should be a very common configuration requirement.