01:37:12 - 01:49:24
Creating a webpack.config.js File
The commands Brian now needs to execute to build the application are getting more complex. To combat this, Brian creates a webpack.config.js file so he can configure an entry point, output directory, and the specific loaders needed to transpile the application source code. After completing this configuration, Brian puts the code for the application on the v2.3 branch. - https://github.com/btholt/complete-intro-to-react/tree/v2-3