Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxsan committed Jun 18, 2022
1 parent 56d4562 commit e5fa9a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/content/configuration/other-options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -436,12 +436,16 @@ Both `hash` and `timestamp` are optional.

An array of paths that are managed by a package manager and contain a version or a hash in their paths so that all files are immutable.

Make sure to wrap the path in a capture group if you use regular expressions.

### managedPaths

`(RegExp | string)[]`

An array of paths that are managed by a package manager and can be trusted to not be modified otherwise.

Make sure to wrap the path in a capture group if you use regular expressions.

### module

`object = {hash boolean = true, timestamp boolean = true}`
Expand Down

0 comments on commit e5fa9a5

Please sign in to comment.