We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-f
--format
1 parent baa50e5 commit 491a188Copy full SHA for 491a188
1 file changed
src/cli.js
@@ -23,6 +23,7 @@ yargs
23
})
24
.option('format', {
25
type: 'string',
26
+ alias: 'f',
27
description: 'Only build specified formats',
28
defaultDescription: 'es,cjs,umd'
29
0 commit comments