Open akaFTS opened 3 years ago
@akaFTS maybe it was caused by https://github.com/denoland/deno/issues/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.
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.