I can't figure it out. I use the Angular-CLI to generate my project. when I use ng serve, it defently works great, also the ng build --prod.
Why do I need to eject or change the webpack file? is the DEFAULT webpack configuration is enough for production ? if not, what will I need to add for example (maybe translate (i18))?
In which way I need to treat webpack in my developing workflow ?