rspack
rspack copied to clipboard
[Bug]: with watchOptions.poll enabled, recompile stuck in a loop . [rspack v 0.6.2]
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
- set the watchOptions.poll to true.
- make a change and watch for the recompile & reload
- observe that it now stuck in a loop recompiling .