Module: @sapphire/plugin-hmr
Interfaces
Functions
start
▸ start(__namedParameter?
): void
Starts HMR for all registered Store Stores in container.stores the main container.
Parameters
Name | Type | Description |
---|---|---|
__namedParameter | HMROptions | The HMROptions. This includes all options from chokidar, as well as whether the HMR should be enabled. The default options are { enabled: true } , and if not provided in the object then enabled is also set to true. |
Returns
void