We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19a110 commit a0c12beCopy full SHA for a0c12be
src/content/configuration/externals.mdx
@@ -171,7 +171,7 @@ Here're arguments the function can receive:
171
- `ctx` (`object`): Object containing details of the file.
172
- `ctx.context` (`string`): The directory of the file which contains the import.
173
- `ctx.request` (`string`): The import path being requested.
174
- - `ctx.contextInfo` (`string`): Contains information about the issuer (e.g. the layer).
+ - `ctx.contextInfo` (`object`): Contains information about the issuer (e.g. the layer and compiler)
175
- `ctx.getResolve` <Badge text='5.15.0+' />: Get a resolve function with the current resolver options.
176
- `callback` (`function (err, result, type)`): Callback function used to indicate how the module should be externalized.
177
0 commit comments