Options
All
  • Public
  • Public/Protected
  • All
Menu

Options for the watcher.

Hierarchy

  • WatchOptions

Index

Properties

aggregateTimeout?: number

Delay the rebuilt after the first change. Value is a time in ms.

followSymlinks?: boolean

Resolve symlinks and watch symlink and real file. This is usually not needed as webpack already resolves symlinks ('resolve.symlinks').

ignored?: string | RegExp | string[]

Ignore some files from watching (glob pattern or regexp).

poll?: number | boolean

Enable polling mode for watching.

stdin?: boolean

Stop watching when stdin stream has ended.