Skip to content

Commit 87edded

Browse files
authored
config : add info about wrappedContextRegExp (#3930)
1 parent f65f117 commit 87edded

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/configuration/module.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,3 +848,4 @@ A few use cases:
848848
- `require(expr)` should include the whole directory: `exprContextRegExp: /^\\.\\//`
849849
- `require('./templates/' + expr)` should not include subdirectories by default: `wrappedContextRecursive: false`
850850
- `strictExportPresence` makes missing exports an error instead of warning
851+
- Set the inner regular expression for partial dynamic dependencies : `wrappedContextRegExp: /\\.\\*/`

0 commit comments

Comments
 (0)