I have a angular 7 application, where i created multiple modules. Now when i build using ng build, it builds and creates js files inside the dist folder like scripts.js vendor.js and also for each module in the app it creates like the below
my-profile-my-profile-module.js.map
my-profile-my-profile-module.js
service-reports-module.js.map
service-reports-module.js
...
My question is this normal or there has to be only two files i.e scripts.js and vendor.js inside dist folder
I have tried ng build --prod , it still creates the same files except the size reduction of the files