alephjs / aleph.js

The Full-stack Framework in Deno.
https://aleph.deno.dev/
MIT License
5.26k stars 167 forks source link

aleph build hangs after finishing #407

Open akaFTS opened 3 years ago

akaFTS commented 3 years ago

After the very quick fix of alephjs/esm.sh#181 by @ije (you are a living legend, thanks!), I now noticed that the aleph build commands does not exit after finishing, requiring a manual Ctrl+C to go back to terminal. This causes automated CI/CD builds like GitHub Actions to hang forever.

ije commented 3 years ago

@akaFTS maybe it was caused by https://github.com/denoland/deno/issues/7087

akaFTS commented 3 years ago

Let's keep an eye on that issue to see if it's related.

TomokiMiyauci commented 2 years ago

Simply import react-dom and SSG to reproduce.

it seems to be possible to work around this by using dynamic import.