标签: node.js reactjs typescript webpack react-scripts
似乎重建本地链接的依赖关系会破坏以react-scripts-ts start运行的主程序包,并且链接模块的文件dist/index.js的“未找到”。
react-scripts-ts start
dist/index.js
在Mac OSX中不会发生这种情况,在Mac OSX中,重建链接的本地模块后,正在运行的react-app会自动重新加载而不会出现问题。
在Ubuntu中,您必须停止react应用并再次运行“ npm run start”。
有任何线索吗?