Open odahcam opened 6 years ago
I've made some updates since issue openning, here's how my build config are now:
I've also ported some configurations from @angular/cli trying to make my Service Worker work, but it stills doesn't work offline, but only when online (very strange, I know) and I think it's something related to my environment variables.
thanx. I need your changes. How can i have this webpacks.
I can do a PR as people wants it. Of course @MarkPieszak will need to agree with that too.
I need AOT & minification for aspnetcore-angular2-universal and I can't wait for PR. Can you please send them to me @odahcam . I want to test it for a project. Thanx.
I've made a split of the build files separating'em in:
I've also added some comments to help beginners like me.
I've done this because its easier to find and isolate issues in that way, also its a lot easier to understand the configurations because there's almost zero
if
s in the code.I have AOT and minification enabled, everything working with Angular 5.2 with ~very cool~ build notifiers.
Tell me if you have interest in a PR.