ng build of angular-cli creates 3 files:
inline.bundle.js
vendor.bundle.js
main.bundle.js
and also a map file for each own. What for?
I am also asking if there is a way to change that behavior, not creating these 3 files but copy to dist directory all the js files, not bundle anything. Is that possible?