Abdul Ghani

Results 14 comments of Abdul Ghani

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!

> Solved May i know how did you solve it?