ng build --prod --aot takes my vendor.bundle from 1mb to 244kb but how do I serve my website/users using the gzipped .bundle instead of the full sized version?
I thought this happened automatically but when I ran google PageSpeed developer tools they said that I need to enable compression to optimize my site:
Compressing resources with gzip or deflate can reduce the number of bytes sent over the network. Enable compression for the following resources to reduce their transfer size by 1.4MiB (76% reduction). Compressing vendor.39b8a9cf298d72758de0.bundle.js could save 1.1MiB (76% reduction).