parcel-bundler/parcel
GitHub ã§èŠãparcel build doesn't complain about nonexistent entry points
Open
#7,486 opened on 2021幎12æ26æ¥
:bug: Bug:pray: Help WantedGood First IssueStale IgnoreWindows
Repository metrics
- Stars
- Â (44,030 stars)
- PR merge metrics
-  (30d ã« merged PR ã¯ãããŸãã)
説æ
ð bug report
Parcel silently ignores nonexistent entry points instead of showing some kind of error message.
ð Configuration (.babelrc, package.json, cli command)
No .babelrc, no package.json. Command:
parcel build this-file-doesnt-exist.html
ð€ Expected Behavior
Build should fail with an error message like "File not found: this-file-doesnt-exist.html".
ð¯ Current Behavior
The build completes "successfully":
$> parcel build this-file-doesnt-exist.html
âš Built in 418ms
ð Your Environment
| Software | Version(s) |
|---|---|
| Parcel | 2.0.1 |
| Node | v17.3.0 |
| npm | 8.3.0 |
| Operating System | Windows 10 |