aleph.js icon indicating copy to clipboard operation
aleph.js copied to clipboard

aleph build hangs after finishing

Open akaFTS opened this issue 4 years ago • 3 comments
trafficstars

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.

akaFTS avatar Sep 26 '21 16:09 akaFTS

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

ije avatar Oct 09 '21 12:10 ije

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

akaFTS avatar Oct 10 '21 04:10 akaFTS

Simply import react-dom and SSG to reproduce.

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

TomokiMiyauci avatar Mar 23 '22 12:03 TomokiMiyauci