Skip to content

Commit

Permalink
Update detailed report (#420)
Browse files Browse the repository at this point in the history
Closes #413
  • Loading branch information
mischnic authored and DeMoorJasper committed Apr 3, 2019
1 parent 8f5e8b7 commit 9f896da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/i18n/en/docs/cli.md
Expand Up @@ -198,12 +198,15 @@ This changes the output filename of the entrypoint bundle

### Print a detailed report

Default: Minimal report
Default: Minimal report, otherwise depth 10

The optional argument specifies the depth to print.

Available in: `build`

```bash
parcel build entry.js --detailed-report
parcel build entry.js --detailed-report 10
```

### Enable https
Expand Down

1 comment on commit 9f896da

@vercel
Copy link

@vercel vercel bot commented on 9f896da Apr 3, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.