How to use pregzipped js files in angular #2444
Labels
area-middleware
Includes: URL rewrite, redirect, response cache/compression, session, and other general middlewares
feature-static-files
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Status: Resolved
Milestone
From @akashshelke22 on Thursday, October 5, 2017 5:35:17 AM
I have an angular application. I am using webpack and commonjs. i have minified all js files. Now i have vendor.js(angular lib file) of size 888 kb and vendor.js.gz 195 kb.
But i don't know how to use this vendor.js.gz file.
I also tried to enable compression from iis but no luck. It shows me 'transferred- encoding': chunked in response header instead of 'content-encoding': gzip.
So, please help me if anyone knows gzip implementation
Copied from original issue: aspnet/StaticFiles#216
The text was updated successfully, but these errors were encountered: