Skip to main content

Interface: HMROptions

Defined in: projects/plugins/packages/hmr/src/lib/hmr.ts:5

Extends

  • ChokidarOptions

Properties

alwaysStat?

optional alwaysStat: boolean

Defined in: node_modules/chokidar/esm/index.d.ts:18

Inherited from

ChokidarOptions.alwaysStat


atomic?

optional atomic: number | boolean

Defined in: node_modules/chokidar/esm/index.d.ts:21

Inherited from

ChokidarOptions.atomic


awaitWriteFinish?

optional awaitWriteFinish: boolean | Partial<AWF>

Defined in: node_modules/chokidar/esm/index.d.ts:30

Inherited from

ChokidarOptions.awaitWriteFinish


binaryInterval?

optional binaryInterval: number

Defined in: node_modules/chokidar/esm/index.d.ts:17

Inherited from

ChokidarOptions.binaryInterval


cwd?

optional cwd: string

Defined in: node_modules/chokidar/esm/index.d.ts:14

Inherited from

ChokidarOptions.cwd


depth?

optional depth: number

Defined in: node_modules/chokidar/esm/index.d.ts:19

Inherited from

ChokidarOptions.depth


enabled?

optional enabled: boolean

Defined in: projects/plugins/packages/hmr/src/lib/hmr.ts:6


optional followSymlinks: boolean

Defined in: node_modules/chokidar/esm/index.d.ts:13

Inherited from

ChokidarOptions.followSymlinks


ignored?

optional ignored: Matcher | Matcher[]

Defined in: node_modules/chokidar/esm/index.d.ts:29

Inherited from

ChokidarOptions.ignored


ignoreInitial?

optional ignoreInitial: boolean

Defined in: node_modules/chokidar/esm/index.d.ts:12

Inherited from

ChokidarOptions.ignoreInitial


ignorePermissionErrors?

optional ignorePermissionErrors: boolean

Defined in: node_modules/chokidar/esm/index.d.ts:20

Inherited from

ChokidarOptions.ignorePermissionErrors


interval?

optional interval: number

Defined in: node_modules/chokidar/esm/index.d.ts:16

Inherited from

ChokidarOptions.interval


persistent?

optional persistent: boolean

Defined in: node_modules/chokidar/esm/index.d.ts:11

Inherited from

ChokidarOptions.persistent


silent?

optional silent: boolean

Defined in: projects/plugins/packages/hmr/src/lib/hmr.ts:7


usePolling?

optional usePolling: boolean

Defined in: node_modules/chokidar/esm/index.d.ts:15

Inherited from

ChokidarOptions.usePolling