diff options
author | 2023-07-06 16:50:03 -0700 | |
---|---|---|
committer | 2023-07-06 16:50:03 -0700 | |
commit | d905dbe2145a1b50584f156f819f392ee689b05d (patch) | |
tree | 5a0119fecfc0ed3a035ecd25469a73d8a731207d /src/js/build-esm.ts | |
parent | 038ca83004d43b7943ba141756e51df6b8c279fd (diff) | |
download | bun-d905dbe2145a1b50584f156f819f392ee689b05d.tar.gz bun-d905dbe2145a1b50584f156f819f392ee689b05d.tar.zst bun-d905dbe2145a1b50584f156f819f392ee689b05d.zip |
Minify zlib because its huge
Diffstat (limited to 'src/js/build-esm.ts')
-rw-r--r-- | src/js/build-esm.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/build-esm.ts b/src/js/build-esm.ts index f3d9feed7..edfe7c04f 100644 --- a/src/js/build-esm.ts +++ b/src/js/build-esm.ts @@ -21,6 +21,7 @@ const minifyList = [ "node/stream.consumers.js", "node/stream.web.js", "node/url.js", + "node/zlib.js", ]; if (fs.existsSync(OUT_DIR + "/modules")) { |