Issue with babel watch
- Dominant language
- JavaScript
- Stars
- 2.4k
- Forks
- 97
- PR merge metrics
- No merged PRs in 30d
Description
| Title | Description
| --------------------|------------
| Version | 0.22.6
| Type | Issue
| node | v11.9
| Operating System | macOS Mojave (10.14.3)
| Short Description | Execution limited to 12 items when using the watch flag on babel
**Detailed description**
Everytime I run the following command, bolt is only processing 12 packages (instead of all the 22 packages). When I remove the `watch` flag on babel (`-w`) everything works just fine.
```node
bolt ws exec --parallel -- babel src -w -d dist/esm --root-mode upward"
```
Thank you for your insight.
Contributor guide
Research direction
No files or tests are identified. Start by reproducing the command in a workspace containing 22 packages, comparing `bolt ws exec --parallel` with and without Babel's `-w` flag on the stated versions. Done means identifying why watch mode processes only 12 packages and verifying that all packages are processed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- cli, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100