You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/configuration/output.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1034,9 +1034,9 @@ Note that `[fullhash]` in this parameter will be replaced with a hash of the com
1034
1034
1035
1035
## `output.pathinfo`
1036
1036
1037
-
`boolean`
1037
+
`boolean=true``string: 'verbose'`
1038
1038
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.
1040
1040
1041
1041
W> While the data this comments can provide is useful during development when reading the generated code, it __should not__ be used in production.
0 commit comments