Provide useful messages for missing files
Created by: gaearon
index.html
favicon.ico
src/index.js
They are all required, and we should crash early with a descriptive message if they are not found.
(Probably we could make favicon
optional but then it would be hard to guess where to put it. I see no harm in forcing it to be there since any real website needs it anyway.)