You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: expose node-bundle options via CLI (#32475)
Add two options that were not being exposed via the CLI:
- `minifyWhitespace`
- Packing `target`
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
@@ -16,11 +16,14 @@ export async function cliMain(cliArgs: string[]) {
16
16
.option('resource',{type: 'array',nargs: 1,default: [],desc: 'List of resources that need to be explicitly copied to the bundle (example: node_modules/proxy-agent/contextify.js:bin/contextify.js)'})
17
17
.option('dont-attribute',{type: 'string',desc: 'Dependencies matching this regular expressions wont be added to the notice file'})
18
18
.option('test',{type: 'string',desc: 'Validation command to sanity test the bundle after its created'})
0 commit comments