Build errors fail silently
- Dominant language
- JavaScript
- Stars
- 117
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Build errors (apparently from missing modules, but I assume that there are lots of other causes) seem to result in a bad build that fails silently. The "bad build" in my case always results in the source files being copied as-is to the destination directory, which is _worse_ (IMO) than not copying anything. 😢
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the reported build with a missing module and trace how the bundler handles the resulting error. Determine where the failed build is reported and how source files reach the destination directory; done means build errors are visible and a failed build does not copy source files as-is.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100