denoland / deno_emit

Transpile and bundle JavaScript and TypeScript under Deno and Deno Deploy
https://jsr.io/@deno/emit
MIT License
222 stars 23 forks source link

feat: add minify configuration to BundleOptions #141

Closed jonmmease closed 1 year ago

jonmmease commented 1 year ago

This PR adds a minify option to BundleOptions and passes the option through to swc::codegen::Config.

Partially based on https://github.com/denoland/deno_emit/pull/63

Thanks!

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

jonmmease commented 1 year ago

Friendly ping. Does this looks reasonable @dsherret?