Skip to content

Commit

Permalink
feat: allow negative descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jan 24, 2022
1 parent 03ef425 commit 9ae7efc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/webpack-cli/lib/webpack-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ class WebpackCLI {

if (!needNegativeOption) {
needNegativeOption = hasFalseEnum;
negatedDescription = config.negatedDescription;
}

return enumTypes;
Expand Down

0 comments on commit 9ae7efc

Please sign in to comment.