我正在用yarn (1.22)
和parcel(2.9.3)
包构建一个react web应用程序,并在控制台中得到这个错误:
Uncaught Error: Could not resolve bundle with id bundle-manifest.js:13 runtime-49a0cc4de56a254e.js:1 in the browser (firefox, chrome)
有没有人用parcel build解决了这个问题?
应用程序似乎在Azure DevOps中构建良好。
1条答案
按热度按时间xdnvmnnf1#
为了解决您的错误,请确保在本地代码中重新安装包,然后将更改推送到Azure DevOps存储库中,如下所示:
我的包。json:-
尝试更新npm模块并清理该高速缓存:-
我的Devops构建yaml脚本:-
输出:-