Tagged “compression”
-
TIL avoiding including Sourcemaps compression performance buildtools
Sourcemaps are a base64 representation of the original source into a production-ready JavaScript asset.
-
TIL unzipping a file in node using zlib node compression automation
Since my application needs to read whatever is inside that '.gz' file, I had to figure out a way to simplify that. That was done with zlib.
See all tags.