Skip to content

Commit

Permalink
fix: rename sourcemap flag to devtool
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanv committed Aug 1, 2020
1 parent 3cdf715 commit 70f93f8
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 @@ -197,7 +197,7 @@ module.exports = {
name: 'devtool',
usage: '--devtool <value>',
type: String,
alias: 's',
alias: 'd',
defaultValue: undefined,
group: BASIC_GROUP,
description: 'Determine source maps to use',
Expand Down

0 comments on commit 70f93f8

Please sign in to comment.