Skip to content

Commit

Permalink
chore: add links to cli flags info (#1178)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 authored and rishabh3112 committed Jan 22, 2020
1 parent edf65c2 commit dcec3ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/utils/cli-flags.js
Expand Up @@ -166,6 +166,7 @@ module.exports = {
type: Boolean,
group: BASIC_GROUP,
description: 'Allow webpack to set defaults aggresively',
link: 'https://github.com/webpack-contrib/webpack-defaults',
},
{
name: 'output',
Expand All @@ -182,6 +183,7 @@ module.exports = {
group: ADVANCED_GROUP,
type: String,
description: 'Load a given plugin',
link: 'https://webpack.js.org/plugins/',
},
{
name: 'global',
Expand All @@ -207,6 +209,7 @@ module.exports = {
alias: 'w',
group: BASIC_GROUP,
description: 'Watch for files changes',
link: 'https://webpack.js.org/configuration/watch/',
},
{
name: 'hot',
Expand All @@ -215,6 +218,7 @@ module.exports = {
type: Boolean,
group: ADVANCED_GROUP,
description: 'Enables Hot Module Replacement',
link: 'https://webpack.js.org/concepts/hot-module-replacement/',
},
{
name: 'sourcemap',
Expand All @@ -232,6 +236,7 @@ module.exports = {
type: String,
group: ADVANCED_GROUP,
description: 'Prefetch this request',
link: 'https://webpack.js.org/plugins/prefetch-plugin/',
},
{
name: 'json',
Expand Down

0 comments on commit dcec3ae

Please sign in to comment.