I am using angular-cli 1.0.0-beta.24. When I run ng build --production, is there a way to change the name of the generated *.bundle.css and *.bundle.js files?
The default names are: main.[hash].bundle.js, styles.[hash].bundle.css, vendor.[hash].bundle.js and inline.[hash].bundle.js and I would like to change these. Also this should reflect in automatic change of the generated css/script links in index.html.
Thanks in advance.