kt3k / packup

📦 Zero-config web application packager for Deno
https://packup.deno.dev/
MIT License
327 stars 18 forks source link

multiple html files as input fail to be bundled #57

Open symful opened 1 year ago

symful commented 1 year ago

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. image Though, it works with just one HTML file. image

To Reproduce Steps to reproduce the behavior:

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. image

Is this packup bug or esbuild?

Screenshots If applicable, add screenshots to help explain your problem.