We splitted our web application using micro frontends (Single SPA).
Root (Configured All Sub applications) SubApplcation1 SubApplcation2 SubApplcation3 SubApplcation4
All Sub applications are Angular project , we deployed and its running.
But Root application is not loading after deployment.
sh 'npm install @angular/[email protected]'
sh 'npm i -D [email protected]'
sh 'npm install -g create-single-spa'
sh 'npm i single-spa-angular'
sh 'npm run build:webpack'
dir("dist")
{
sh 'jar cvf Root.war .'
}
Root application not loading after deployment.