Recently I switched to webpack from angular cli because I was facing issue with some libraries. I manually included few scripts within webpack.config.js file. So, now how can I compile the angular project without switching back to cli?
Previously I used this command to compile the angular project:
ng build -prod --aot=false
Is there any equivalent options within webpack?