File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ Options:
70
70
-u, --exclude <filespec> File path or glob pattern to exclude.
71
71
Don't forget to put quotes around glob patterns
72
72
73
- -s, --standalone <name> Export as a named UMD bundle
74
- For example: my.cool.module
73
+ -s, --standalone <name> Export as a named UMD bundle (e.g. "my.cool.module")
74
+ May include a wildcard (e.g. "MyLib.*")
75
75
76
76
Arguments:
77
77
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ function parseArguments () {
22
22
. option ( '-w, --watch' , 'Watch source file(s) and rebuild the bundle(s) automatically' )
23
23
. option ( '-o, --outfile <filespec>' , 'The output file or directory. May include a filename pattern (e.g. "*.bundle.js")' )
24
24
. option ( '-u, --exclude <filespec>' , 'File path or glob pattern to exclude' )
25
- . option ( '-s, --standalone <name>' , 'Export as a named UMD bundle' )
25
+ . option ( '-s, --standalone <name>' , 'Export as a named UMD bundle (e.g. "my.cool.bundle"). May include a wildcard (e.g. "MyLib.*") ' )
26
26
. on ( '--help' , ( ) => {
27
27
console . log (
28
28
' Arguments:\n' +
You can’t perform that action at this time.
0 commit comments