Skip to content

Commit

Permalink
docs: add warning for ! usage in output.path
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jun 14, 2024
1 parent e244aa3 commit 3ea7550
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/content/configuration/output.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2093,6 +2093,8 @@ module.exports = {
Note that `[fullhash]` in this parameter will be replaced with a hash of the compilation. See the [Caching guide](/guides/caching/) for details.
W> The path must not contain an exclamation mark (`!`) as it is reserved by webpack for [loader syntax](/concepts/loaders/#inline).
## output.pathinfo
`boolean=true` `string: 'verbose'`
Expand Down

0 comments on commit 3ea7550

Please sign in to comment.