Created by: gaearon
Since https://github.com/facebookincubator/create-react-app/pull/2458, we've been showing a weird name in the error overlay for top-level module errors: Object.<module path>
.
This fixes it to just omit Object.
because it's always useless.