When we hit that npm run build command in a React app made with Create React App (CRA), we kick off a bunch of behind-the-scenes processes that transform our code into a version that's ready to roll in PRODUCTION. Let’s have a look into what happens ...