Build only specific module of angular application

729 Views Asked by At

I am working on an a large scale angular application which has more than 500 pages. It has a lot of modules which are lazily loaded. Now the problem is that our app takes too much time to build because of its size, so whenever we have to publish even little change in any module we have to build the whole and publish it which is time taking process. So i am looking for a way, somehow to build only those modules which and changed and publish them instead of building and publishing whole app. I wanted to ask if this is possible? and if yes how?

0

There are 0 best solutions below