I'm building a react web application with yarn (1.22)
and parcel(2.9.3)
packages and getting this error in the console:-
Uncaught Error: Could not resolve bundle with id bundle-manifest.js:13 runtime-49a0cc4de56a254e.js:1 in the browser (firefox, chrome)
Anyone solved this issue with parcel build?
App seems to be building fine in azure DevOps.
In order to resolve your error, Make sure you re-install your packages in your local code and then push the changes in your Azure DevOps repository like below:-
My package.json:-
Try updating the npm module and clean the cache :-
My Devops build yaml script:-
Output:-