//This is a temporary solution, this is caused by old version of CRA, cleaning up your bundle and trying your best to move to CRA5 will be the best solution
"start": "react-scripts --max_old_space_size=4096 start",
"build": "react-scripts --max_old_space_size=4096 build",