File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/content/configuration Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ Here're arguments the function can receive:
171
171
- ` ctx ` (` object ` ): Object containing details of the file.
172
172
- ` ctx.context ` (` string ` ): The directory of the file which contains the import.
173
173
- ` ctx.request ` (` string ` ): The import path being requested.
174
- - ` ctx.contextInfo ` (` string ` ): Contains information about the issuer (e.g. the layer).
174
+ - ` ctx.contextInfo ` (` object ` ): Contains information about the issuer (e.g. the layer and compiler)
175
175
- ` ctx.getResolve ` <Badge text = ' 5.15.0+' />: Get a resolve function with the current resolver options.
176
176
- ` callback ` (` function (err, result, type) ` ): Callback function used to indicate how the module should be externalized.
177
177
You can’t perform that action at this time.
0 commit comments