Closed jonmmease closed 1 year ago
This PR adds a minify option to BundleOptions and passes the option through to swc::codegen::Config.
minify
BundleOptions
swc::codegen::Config
Partially based on https://github.com/denoland/deno_emit/pull/63
Thanks!
All committers have signed the CLA.
Friendly ping. Does this looks reasonable @dsherret?
This PR adds a
minify
option toBundleOptions
and passes the option through toswc::codegen::Config
.Partially based on https://github.com/denoland/deno_emit/pull/63
Thanks!