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
Not sure where the problem would be
Developing on a react app with typescript and lazy imports
Memory starts leaking after opening multiple files / saves / sort imports / etc ..
It starts out incremental on each save and then it start eating memory by itself as if it is stuck in a loop
The text was updated successfully, but these errors were encountered:
Sorry for the late reply, since I can't reproduce the problem, my suggestion is to reinstall/upgrade to the latest version (which will trigger an update to esbuild, maybe it solves the problem).
The latest v1.6.0 has changed to a lazy async generator API, and now parallel bundling are limited to one, which should result in better performance. If you still have problems, please reopen it.
Not sure where the problem would be
Developing on a react app with typescript and lazy imports
Memory starts leaking after opening multiple files / saves / sort imports / etc ..
It starts out incremental on each save and then it start eating memory by itself as if it is stuck in a loop
The text was updated successfully, but these errors were encountered: