Corey Gouker

Results 2 comments of Corey Gouker

I took another look today at `combineModules` (see #3956) [functionality for custom builds](https://github.com/processing/p5.js/blob/main/contributor_docs/custom_p5_build.md) as my last custom build was with v0.10.2. At the time, `combineModules:min:core/shape:color:math:image uglify` resulted in a 207K...

This is likely related to asdf-vm/asdf-nodejs#228. I tested that fix manually: `rm -rf ~/.asdf/plugins/nodejs/bin/{exec-env,list-bin-paths}` Removed the existing nodejs installs: `rm -rf ~/.asdf/installs/nodejs` Then `asdf install nodejs lts` to reinstall nodejs...