Hey,
So this is not really an issue. I just want to leave this in case anyone who works with Quasar had the issue using Moralis API. Because it took me like 5 hours to manage to find a fix. And if you don’t have much experience with webpack you might be very much confused about the errors when compiling the quasar app.
Besically you will get a lot of errors saying that some packages are missing “crypto”, “stream” and even “assert” but many many more… Besically it turns out its webpack v5 issues of the 3rd party libraries.
So either go back to webpack v4, or read more here: https://quasar.dev/quasar-cli/handling-webpack#webpack-v5-compatibility-issues
Hope this saves you some time!