Skip to content
This repository has been archived by the owner on Sep 11, 2018. It is now read-only.

Commit

Permalink
fix: fixes #18 - improves documentation for run-dev and run-prod
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Jun 15, 2018
1 parent 27bb0bf commit 737797a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/flags/general.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,14 @@ Typically used for language-specific require hooks`,
},
'run-dev': {
alias: 'd',
desc:
'An alias for --debug --devtool eval-cheap-module-source-map --output-pathinfo',
desc: `An alias for --debug --devtool eval-cheap-module-source-map
--mode development --output-pathinfo`,
type: 'boolean',
},
'run-prod': {
alias: 'p',
desc:
'An alias for --optimize-minimize, which also defines process.env.NODE_ENV="production"',
desc: `An alias for --optimize-minimize --mode production, and defines
process.env.NODE_ENV="production"`,
type: 'boolean',
},
version: {
Expand Down

0 comments on commit 737797a

Please sign in to comment.