Abdul Ghani
Abdul Ghani
I'm having same problem with vite. Not able to debug. :(
Keeping `NODE_OPTIONS=--max-old-space-size=8192` in my build script (package.json) worked. ``` "build": "NODE_OPTIONS=--max-old-space-size=8192 vite build" ``` This is a bit hacky, but it should be solved.
I finally solved it by splitting the code into chunks 😅. I think that the reason it was happening was I had a very large chunk (my app is very...
I'm facing the same issue, does anyone how to solve this problem?
Yeah! Please add support for it!
Can confirm the issue.
same issue on RN 0.62.2
> Solved May i know how did you solve it?