We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b66469 commit 2432f5aCopy full SHA for 2432f5a
1 file changed
bin/webpack.js
@@ -102,6 +102,11 @@ yargs.options({
102
group: DISPLAY_GROUP,
103
describe: "Display information about used exports in modules (Tree Shaking)"
104
},
105
+ "display-provided-exports": {
106
+ type: "boolean",
107
+ group: DISPLAY_GROUP,
108
+ describe: "Display information about exports provided from modules"
109
+ },
110
"display-error-details": {
111
type: "boolean",
112
0 commit comments