emonney / QuickApp

ASP.NET Core / Angular startup project template with complete login, user and role management. Plus other useful services for Quick Application Development
https://www.ebenmonney.com/quickapp
MIT License
1.26k stars 594 forks source link

Building webpack using the production argument #121

Closed slimwizard closed 5 years ago

slimwizard commented 5 years ago

Hi, I'm just wondering where in the build process would I specify the env as being production? I am trying to build my project in production but I noticed that the AOT compiler is not being used. I understand how to do this with angular cli but cannot wrap my head around how it is working with webpack. Thanks!