I would like to know is there any way to build specific modules from an application which have multiple modules.
for example, I have module a,b and c in an application but for one of my client required only b and c. I don't want to compile all the modules and remove unwanted chunks looking for a way to compile chunks which only passed as a command or something.
any help highly appreciated.