Create React App 抛出“Loading chunk # failed”错误

Posted

技术标签:

【中文标题】Create React App 抛出“Loading chunk # failed”错误【英文标题】:Create React App is throwing "Loading chunk # failed" error 【发布时间】: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。

【问题讨论】:

【参考方案1】:

我知道这已经晚了,但我认为这是您的 package.json 文件中的主页和范围的问题。大多数情况下它没有设置,所以你的构建无法找到 js 文件。

【讨论】:

以上是关于Create React App 抛出“Loading chunk # failed”错误的主要内容,如果未能解决你的问题,请参考以下文章

如何访问使用 create react app 创建的 src 文件夹中的 json 文件

React使用 create-react-app 快速构建 React 开发环境

使用 create-react-app 脚手架搭建 react 项目,释放配置文件且注入 less 依赖

如何开发由Create-React-App 引导的应用

用create-react-app 创建myApp

为啥 create-react-app 现在要为 App 使用一个函数组件?