TasksPluginOptions
TasksPluginOptions
Configuration options for the tasks plugin.
Currently, the plugin uses default settings for task loading and HMR. Future versions may support customizing the tasks directory path and HMR behavior.
Signature
interface TasksPluginOptions {
initializeDefaultDriver?: boolean;
}
initializeDefaultDriver
property
boolean
default:
true
Whether to initialize the default driver.
If true, the plugin will initialize the default driver. If false, the plugin will not initialize the default driver.