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
The current build consumes a lot of memory. I guess the hardest part is generating typescript declarations. We can try to put it in a separate step. Also, we can only generate declarations for the esm version because package.json refers only to them. I guess that might help a little bit.
Or we could try a completely different approach. For example esbuild. This is a super fast and it shouldn't consume so many resources
The text was updated successfully, but these errors were encountered:
The current build consumes a lot of memory. I guess the hardest part is generating typescript declarations. We can try to put it in a separate step. Also, we can only generate declarations for the esm version because package.json refers only to them. I guess that might help a little bit.
Or we could try a completely different approach. For example esbuild. This is a super fast and it shouldn't consume so many resources
The text was updated successfully, but these errors were encountered: