September 2017
Intermediate to advanced
450 pages
11h 24m
English
Performing compression on our Angular application's compiled assets in our Express application's build system makes sense if you are serving them from an Express web server. However, what if you wanted to compress within your Angular application's own build system? It's possible to customize the configuration for an Angular application's build system by ejecting it from Angular CLI. This approach trades the ready-made, one-size-fits-all build functionality in Angular-CLI's default WebPack build system for a fully customizable and controllable WebPack setup. The choice to eject shouldn't be taken lightly, but it does offer the best way to take full control of your WebPack configuration.
Read now
Unlock full access