I'm using angular cli v1.0.0-beta.21 and using ng -b -prod -aot I'm getting the expected
- index.html
- style.bundle.css
- main.bundle.js
There some files which I don't know what they are for and was hoping you could enlighten me!
- inline.bundle.js
- style.bundle.js
- a lot of .map files
- main.bundle.js.gz
In particular I'd like to know if I need those .map files, since they are really bid (main.bundle.map is like 3.3MB)
Thanks!