We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 412382b commit 37dde7eCopy full SHA for 37dde7e
README.md
@@ -314,10 +314,13 @@ Or to prototype some new plugins in the same environment.
314
}
315
```
316
317
-Your function will receive two arguments:
+Your function will receive three arguments:
318
319
- `options`: The options you passed to the main plugin (including your custom plugins).
320
- `context`: The global context shared accross our plugin.
321
+- `log`: A [logger](/packages/factory/README.md#logger) to display messages.
322
+
323
+The `context` object is a shared object that is mutated during the build process. It contains the following properties:
324
325
<!-- #global-context-type -->
326
```typescript
0 commit comments