chore(tsconnect): drop wasm pre-compression from build-pkg #8
Reference in New Issue
Block a user
Delete Branch "drop-wasm-precompress"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Removes gzip/brotli pre-compression of
main.wasmfrom thebuild-pkgcommand. The package will now ship only the rawmain.wasmbinary, leaving compression to consumers.Pairs with webnet PR which removes cacert.pem compression and drops the
.br/.gzexports from@webnet/tsconnect/package.json.