rspack icon indicating copy to clipboard operation
rspack copied to clipboard

[Bug]: with watchOptions.poll enabled, recompile stuck in a loop . [rspack v 0.6.2]

Open pushkargupta9807 opened this issue 1 year ago • 0 comments

System Info

System: OS: macOS 14.4.1 CPU: (12) arm64 Apple M2 Max Memory: 32.73 GB / 64.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.11.1 - ~/.nvm/versions/node/v20.11.1/bin/node Yarn: 1.23.19 - /opt/homebrew/bin/yarn npm: 10.2.4 - ~/.nvm/versions/node/v20.11.1/bin/npm Browsers: Edge: 124.0.2478.51 Safari: 17.4.1 npmPackages: @rspack/cli: 0.6.2 => 0.6.2 @rspack/core: 0.6.2 => 0.6.2

Details

[Bug]: with watchOptions.poll enabled, recompile stuck in a loop . [rspack v 0.6.2]

Reproduce link

No response

Reproduce Steps

  1. set the watchOptions.poll to true.
  2. make a change and watch for the recompile & reload
  3. observe that it now stuck in a loop recompiling .

pushkargupta9807 avatar Apr 24 '24 17:04 pushkargupta9807