September 2017
Intermediate to advanced
450 pages
11h 24m
English
In this chapter, we will cover some of the most important client-side optimizations that you can make use of in your web application through build system configuration with WebPack. We will expand our ES6 and TypeScript compilation to include the other JavaScript layers of our MEAN Stack. Once we have a common build system across our full-stack environment, we will explore common types of optimizations we can apply through our build system to greatly decrease the file size of our application and increase its loading performance.
In this chapter, we will cover the following recipes:
Read now
Unlock full access