Skip to content

Commit e455a35

Browse files
snitin315chenxsan
andauthored
docs(configuration): update output.pathinfo (#4245)
* docs(config): update output.pathinfo * Update src/content/configuration/output.md Co-authored-by: Sam Chen <chenxsan@gmail.com> * Update src/content/configuration/output.md Co-authored-by: Sam Chen <chenxsan@gmail.com> Co-authored-by: Sam Chen <chenxsan@gmail.com>
1 parent 771f29b commit e455a35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/configuration/output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,9 +1034,9 @@ Note that `[fullhash]` in this parameter will be replaced with a hash of the com
10341034

10351035
## `output.pathinfo`
10361036

1037-
`boolean`
1037+
`boolean=true` `string: 'verbose'`
10381038

1039-
Tells webpack to include comments in bundles with information about the contained modules. This option defaults to `true` in `development` and `false` in `production` [mode](/configuration/mode/) respectively.
1039+
Tells webpack to include comments in bundles with information about the contained modules. This option defaults to `true` in `development` and `false` in `production` [mode](/configuration/mode/) respectively. `'verbose'` shows more information like exports, runtime requirements and bailouts.
10401040

10411041
W> While the data this comments can provide is useful during development when reading the generated code, it __should not__ be used in production.
10421042

0 commit comments

Comments
 (0)