我建立了真实世界"来自http://redux.js.org/docs/introduction/Examples.html的示例。它可以" npm start"并且运作良好。但是当" npm运行build",并且我将build / index.html和build / static复制到我的Apache服务器根目录时,它会报告" Uncaught Invariant Violation:Minified React error#130;&# 34;错误。
任何人都可以帮助我吗?
在我的主机文件中: 127.0.0.1 app.jogooolocal.com
在httpd-vhosts.conf文件中 DocumentRoot" E:/ code / app" ServerName app.jogooolocal.com AllowEncodedSlashes开 选项索引FollowSymLinks AllowOverride All 要求全部授予
我的文件夹结构如下: E:/code/app/index.html E:/code/app/static/js/main.8a6eb2e1.js E:/code/app/static/js/main.8a6eb2e1.js.map
答案 0 :(得分:0)
该示例有错误。
将export default Root
添加到文件examples/real-world/src/containers/Root.prod.js
我报告错误。