Skip to content

Commit

Permalink
chore: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Sep 17, 2020
1 parent b294718 commit bb81373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack-cli/lib/utils/cli-flags.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const core = [
alias: 't',
type: String,
group: ADVANCED_GROUP,
multiple: typeof cli !== 'undefined' ? true : false,
multiple: typeof cli !== 'undefined',
description: 'Sets the build target e.g. node',
link: 'https://webpack.js.org/configuration/target/#target',
},
Expand Down

0 comments on commit bb81373

Please sign in to comment.