We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76a5438 + a1f08d9 commit a2719b7Copy full SHA for a2719b7
README.md
@@ -51,6 +51,8 @@ Call this base class constructor from your subclass constructor.
51
* `needsCache` : If `true`, a cache directory is created automatically
52
and the path is set at `cachePath`. If `false`, a cache directory is not created
53
and `this.cachePath` is `undefined`. Defaults to `true`.
54
+ * `volatile` : If `true`, memoization will not be applied and the build method will
55
+ always be called regardless if the inputNodes have changed. Defaults to `false`.
56
57
### `Plugin.prototype.build()`
58
0 commit comments