Interface: HMROptions
hmr/src.HMROptions
Hierarchy
WatchOptions
↳
HMROptions
Properties
alwaysStat
• Optional
alwaysStat: boolean
Inherited from
WatchOptions.alwaysStat
Defined in
node_modules/chokidar/types/index.d.ts:130
atomic
• Optional
atomic: number
| boolean
Inherited from
WatchOptions.atomic
Defined in
node_modules/chokidar/types/index.d.ts:162
awaitWriteFinish
• Optional
awaitWriteFinish: boolean
| AwaitWriteFinishOptions
Inherited from
WatchOptions.awaitWriteFinish
Defined in
node_modules/chokidar/types/index.d.ts:167
binaryInterval
• Optional
binaryInterval: number
Inherited from
WatchOptions.binaryInterval
Defined in
node_modules/chokidar/types/index.d.ts:146
cwd
• Optional
cwd: string
Inherited from
WatchOptions.cwd
Defined in
node_modules/chokidar/types/index.d.ts:101
depth
• Optional
depth: number
Inherited from
WatchOptions.depth
Defined in
node_modules/chokidar/types/index.d.ts:135
disableGlobbing
• Optional
disableGlobbing: boolean
Inherited from
WatchOptions.disableGlobbing
Defined in
node_modules/chokidar/types/index.d.ts:107
enabled
• Optional
enabled: boolean
Defined in
projects/plugins/packages/hmr/src/lib/hmr.ts:6
followSymlinks
• Optional
followSymlinks: boolean
Inherited from
WatchOptions.followSymlinks
Defined in
node_modules/chokidar/types/index.d.ts:95
ignoreInitial
• Optional
ignoreInitial: boolean
Inherited from
WatchOptions.ignoreInitial
Defined in
node_modules/chokidar/types/index.d.ts:89
ignorePermissionErrors
• Optional
ignorePermissionErrors: boolean
Inherited from
WatchOptions.ignorePermissionErrors
Defined in
node_modules/chokidar/types/index.d.ts:153
ignored
• Optional
ignored: AnymatchMatcher
Inherited from
WatchOptions.ignored
Defined in
node_modules/chokidar/types/index.d.ts:83
interval
• Optional
interval: number
Inherited from
WatchOptions.interval
Defined in
node_modules/chokidar/types/index.d.ts:140
persistent
• Optional
persistent: boolean
Inherited from
WatchOptions.persistent
Defined in
node_modules/chokidar/types/index.d.ts:74
silent
• Optional
silent: boolean
Defined in
projects/plugins/packages/hmr/src/lib/hmr.ts:7
useFsEvents
• Optional
useFsEvents: boolean
Inherited from
WatchOptions.useFsEvents
Defined in
node_modules/chokidar/types/index.d.ts:123
usePolling
• Optional
usePolling: boolean
Inherited from
WatchOptions.usePolling
Defined in
node_modules/chokidar/types/index.d.ts:116