Webpack environment `mode` is defined directly in our environment specific webpack config files. Due to this, we no longer need to manually set `NODE_ENV` or check to ensure that it has been set. See: - https://webpack.js.org/concepts/mode/