Skip to content

Commit

Permalink
fix: remove default value for flags
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanv committed Nov 6, 2020
1 parent 1e0b0b4 commit a42c781
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/webpack-cli/lib/utils/cli-flags.js
Expand Up @@ -92,7 +92,6 @@ const core = [
usage: '--color',
type: Boolean,
negative: true,
defaultValue: true,
description: 'Enable/Disable colors on console',
},
{
Expand Down Expand Up @@ -156,7 +155,6 @@ const core = [
usage: '--devtool <value>',
type: String,
alias: 'd',
defaultValue: undefined,
group: BASIC_GROUP,
description: 'Determine source maps to use',
link: 'https://webpack.js.org/configuration/devtool/#devtool',
Expand Down

0 comments on commit a42c781

Please sign in to comment.