When I try to build the webpack.js.org project I get 100% CPU usage constantly and RAM is rising.
My lap is not the slowest Win10 x64, 16GB RAM and 8 x i7 cores.
git clone https://github.com/webpack/webpack.js.org.git
yarn // install the deps
Open Git Bash --> yarn build // the build starts
I have to quit the build during execution otherwise my lap gets non-responsive and I do have to do a hard-reboot.
In task manager I can also see several dozens of node.exe processes running, count is rising...
