rspack
rspack copied to clipboard
Set watch:false doesn't work
System Info
Details
Expected behavior
Set watch:false should disable rspack watch mode.
Actually behavior
The watch mode also work
Reproduce link
No response
Reproduce Steps
I cannot reproduce this with 42c51b23, which is a rather new version of code.
Procedure:
cd ./examples/angular/. And in therspack.config.js, there is already awatch: false, so no need to change config for it.pnpm run build
After building, the thread exits and the actual output is:
> node scripts/build.js
rspack compiled successfully in 5987 ms
undefined
Any further idea for reproducing this issue? 😲 Or you just mean that watch:false should disable watching when invoked with rspack serve?
This issue has been automatically marked as stale because it has not had recent activity. If this issue is still affecting you, please leave any comment (for example, "bump"). We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment!
This issue has been automatically marked as stale because it has not had recent activity. If this issue is still affecting you, please leave any comment (for example, "bump"). We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment!
Seems had been fixed. I will close this issue. If this issue occurs again, just reopen it