I tried to build the angular application in production with the chunk name as the module name.
In angular 7 i have set namedChunks: true which build the projects with named chunks like below image
I tried the same in angular 9 but instead of the named chunks i am getting the chunk files like below image

