divriots / jampack

Optimizes static websites for best user experience and best Core Web Vitals scores.

Home Page:https://jampack.divriots.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hangs with Deno 1.40.5 but works with 1.38.2

bebraw opened this issue · comments

I noticed something interesting with Deno usage at https://github.com/ReactFinland/future-frontend-site . The site compiles just fine with Deno v1.38.2 while it hangs using with v1.40.5. I was able to verify this with jampack 0.23.2 and 0.23.3 on my system.

I know it's likely a regression in Deno but I thought to open this issue so Deno users can be aware of the issue.

To push the issue upstream, we likely would have to reduce the demonstration somewhat. One easy option is to wait and see if they fix their hang.

New version 0.24.0 with all up-to-date dependencies. Please give it a try 🙏

I tried with Deno 1.42.2 and jampack 0.24.0 and it still hangs for me.

I wonder what could be causing the behavior. Would it help if I could trace down the commit that caused this?

I can try and see if I can figure this out.
Thanks for testing 👍