Skip to content

v2.0.0-beta.14

Pre-release
Pre-release
Compare
Choose a tag to compare
@sokra sokra released this 06 Aug 13:15

Features

  • limit maximum number of os watchers on OSX to 2000 and on windows to 10000
    • limit can be changed with WATCHPACK_WATCHER_LIMIT environment variable
    • once limit is reached watchers are merged into recursive watchers
  • merge multiple os watchers from watchers with different options into one os watcher

Changes

  • initial scan do not fire change events when no start time is provided
  • improve polling schedule to not try to poll faster than the scanning

Contributing

  • node 14 in CI
  • test watcher limit of 1 on CI