You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm I'll take a look pretty sure this is an issue with vite though seems like a similar issue and I don't see anything weird in our code. Looks like it's something to do with how vite handles nested workers which we do use.
I'll see if I can replicate in a simple example and report it to vite. I previously spent a lot of time on this and was unable to find a workaround, was waiting for them to fix it but if I find something I'll let you know. In our examples the temporary solution was to use webpack for the builds while using vite for dev but I know that's not ideal. Sorry about any inconvenience. Will try to figure something out here.
🐛 Bug Report
Building a project with
vite build
hangs because of an infinite resolution loop.Steps to Reproduce
git clone https://github.com/oleh-nb/aleo-bug-infinite-loop.git cd aleo-bug-infinite-loop npm install npm run build
Check the logs. They should look like this
Code snippet to reproduce
Stack trace & error message
Click to expand
Expected Behavior
Project should be built
Your Environment
The text was updated successfully, but these errors were encountered: