Function: start()
start(
__namedParameter:HMROptions):void
Defined in: projects/plugins/packages/hmr/src/lib/hmr.ts:20
Starts HMR for all registered Store Stores in container.stores the main container.
Parameters
| Parameter | 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 thenenabledis also set to true. | 
Returns
void