Open stevage opened 4 years ago
It would be much more convenient to use this tool with a little bit of packaging effort:
--max-old-space-size=16386
yarn global add vt-optimizer; vt-optimizer ...
It might look like a big task but it can be done with one command. Try to run
npx np
More info at https://github.com/sindresorhus/np
Feel free to post any issues here and we walk you through.
It would be much more convenient to use this tool with a little bit of packaging effort:
--max-old-space-size=16386
in the shebang at the top of index.jsyarn global add vt-optimizer; vt-optimizer ...