Node features the way to increase the heap size via passing in the --max-old-space-size
command line flag.
In create-react-app projects everything depends on the use of react-scripts.
How can I pass in this parameter in such projects and where should I best do that?
Thank you for help.
node_modules/.bin/react-scripts
as the argument to it. It is symlinked to the actual script. – Vide