Skip to content

Commit

Permalink
Merge pull request webpack#747 from nickuraltsev/patch-1
Browse files Browse the repository at this point in the history
Update description for -p parameter
  • Loading branch information
bebraw authored Jan 28, 2017
2 parents 927e287 + 42ff44e commit 0497e28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,10 @@ These options allow webpack to display various stats and style them differently

### Shortcuts

| Shortcut | Replaces |
|----------|-------------------------------------------------------------------------------------------|
| -d | --debug --devtool eval-cheap-module-source-map --output-pathinfo |
| -p | --optimize-minimize --define,process.env.NODE_ENV="production" --optimize-occurence-order |
| Shortcut | Replaces |
|----------|------------------------------------------------------------------|
| -d | --debug --devtool eval-cheap-module-source-map --output-pathinfo |
| -p | --optimize-minimize --define process.env.NODE_ENV="production" |

### Profiling

Expand Down

0 comments on commit 0497e28

Please sign in to comment.