A node_modules adds many files to an artifact, which increases build time. In my case, a couple of packages added close to 6 minutes to the build time, and this is less then ideal. Here’s why it’s happening and one way to speed up the process.

Related Articles