alephjs/aleph.js

aleph build hangs after finishing

akaFTS opened this issue · 3 comments

After the very quick fix of ije/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

@akaFTS maybe it was caused by denoland/deno#7087

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

Simply import react-dom and SSG to reproduce.

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