Hi Actually we have application with around 30 modules with lazy loading , but whenever we edit any components it is taking 3minutes for every compilation. Do you have any idea about the issue? Spec: 8GB RAM, SSD ,I5 10th
I had same issue with my windows laptop. I switched to mac. Now the compile time is less than 30 secs. I tried increasing RAM, and other stuff to improve performance. But that was not resulting good. If you have 30 components, maybe you should break down application into smaller ones and publish them to artifactory (like npm). You can then resolve the dependency mein main app via package.json This is micro front end architecture. I hope that would reduce the compile time