Find out which of your dependencies is slowing you down
npm install -g cost-of-modules2
Run cost-of-modules
in the directory you are working in.
--less
Show the biggest 10 modules
--yarn
Use yarn instead of npm to install dependencies
--include-dev
Include devDependencies as well - for π collaborator experience