rspack icon indicating copy to clipboard operation
rspack copied to clipboard

Set watch:false doesn't work

Open underfin opened this issue 2 years ago • 3 comments

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

underfin avatar Jun 05 '23 09:06 underfin

I cannot reproduce this with 42c51b23, which is a rather new version of code.

Procedure:

  1. cd ./examples/angular/. And in the rspack.config.js, there is already a watch: false, so no need to change config for it.
  2. 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

suica avatar Jul 24 '23 07:07 suica

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!

stale[bot] avatar Sep 22 '23 08:09 stale[bot]

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!

stale[bot] avatar Dec 15 '23 16:12 stale[bot]

Seems had been fixed. I will close this issue. If this issue occurs again, just reopen it

LingyuCoder avatar Jul 19 '24 10:07 LingyuCoder