Skip to content

Commit

Permalink
fix: update --output-path link (#2058)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Nov 8, 2020
1 parent e59805a commit 8651f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack-cli/lib/utils/cli-flags.js
Expand Up @@ -122,7 +122,7 @@ const core = [
alias: 'o',
type: String,
description: 'Output location of the file generated by webpack e.g. ./dist/',
link: 'https://webpack.js.org/concepts/#output',
link: 'https://webpack.js.org/configuration/output/#outputpath',
},
{
name: 'target',
Expand Down

0 comments on commit 8651f49

Please sign in to comment.