stackoverflow讨论
create-react-app解决方案
解决方案:修改webpack dev server配置
devServer: { client: { overlay: { runtimeErrors:false } } }