Interface: BundlerPlugin
worker.BundlerPlugin
Plugin interface for bundler functionality.
Plugins provide a way to extend and customize the behavior of Temporal bundlers.
Plugins is an experimental feature; APIs may change without notice.
Implemented by
Accessors
name
• get name(): string
Gets the name of this plugin.
Returns: The name of the plugin.
Returns
string
Methods
configureBundler
▸ configureBundler(options): BundleOptions
Hook called when creating a bundler to allow modification of configuration.
Parameters
| Name | Type |
|---|---|
options | BundleOptions |