multiple html files as input fail to be bundled
- Dominant language
- TypeScript
- Stars
- 337
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug** A clear and concise description of what the bug is.
Unable to serve or build with more than 1 HTML file as input.

Though, it works with just one HTML file.

**To Reproduce** Steps to reproduce the behavior:
```sh
git clone https://github.com/NekoMaru76/x-go
cd x-go
deno task build
deno task build_lib
deno task build_public
```
**Expected behavior** A clear and concise description of what you expected to
happen.
I expected it will work with multiple HTML files as input.

Is this packup bug or esbuild?
**Screenshots** If applicable, add screenshots to help explain your problem.
Contributor guide
No contributing guide indexed for this repository
Research direction
Run the provided clone and Deno build commands first, comparing behavior with one HTML input and with multiple inputs. Trace the bundling entry point to determine whether the failure is in packup or esbuild; done means serving and building succeed with more than one HTML file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- deno, typescript
- Domain
- build-system, frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100