mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-24 05:05:53 +08:00
Remove no-watch flag in favor of watchAll=false (#6848)
This commit is contained in:
@@ -55,7 +55,7 @@ Use the following [`launch.json`](https://code.visualstudio.com/docs/editor/debu
|
||||
"test",
|
||||
"--runInBand",
|
||||
"--no-cache",
|
||||
"--no-watch"
|
||||
"--watchAll=false"
|
||||
],
|
||||
"cwd": "${workspaceRoot}",
|
||||
"protocol": "inspector",
|
||||
|
||||
Reference in New Issue
Block a user