Skip to content

Commit 7259755

Browse files
mkukliszburke
authored andcommitted
Introduce port argument
1 parent 752757c commit 7259755

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/commands/federate.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ module.exports = {
5050
describe: 'Run the Webpack Bundle Analyzer after build (launches in browser)',
5151
type: 'boolean',
5252
})
53+
.option('port', {
54+
describe: 'A port which will be used for the remote federated module',
55+
type: 'number',
56+
})
5357
.example('$0 federate', 'federate a module');
5458
},
5559
handler: federateCommand,

0 commit comments

Comments
 (0)