Skip to content

Commit 2432f5a

Browse files
committed
add --display-provided-exports to CLI
1 parent 6b66469 commit 2432f5a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

bin/webpack.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ yargs.options({
102102
group: DISPLAY_GROUP,
103103
describe: "Display information about used exports in modules (Tree Shaking)"
104104
},
105+
"display-provided-exports": {
106+
type: "boolean",
107+
group: DISPLAY_GROUP,
108+
describe: "Display information about exports provided from modules"
109+
},
105110
"display-error-details": {
106111
type: "boolean",
107112
group: DISPLAY_GROUP,

0 commit comments

Comments
 (0)