【发布时间】:2019-07-30 09:32:34
【问题描述】:
我正在使用npm run build 构建CRA App,然后当我尝试部署它或使用serve build/ 时出现以下错误。
Error: "Loading chunk 1 failed.
(error: http://localhost:5000/admin/static/js/1.d30b6723.chunk.js)"
react-dom.production.min.js:4406
Unhandled promise rejection Error: "Loading chunk 1 failed.
(error: http://localhost:5000/admin/static/js/1.d30b6723.chunk.js)"
es6.promise.js:145
新反应,我该如何解决?使用Core UI 作为我的模板。
控制台中的网络出现 404。
【问题讨论】:
标签: reactjs webpack create-react-app