Understanding Webpack
Recorded live Feb 24, 2021
Webpack touches every part of the front end. JS, HTML, CSS, compression, caching, image optimization...I could go on.
It's an awesome tool, but its learning curve is steep. In this lecture I assume no prior knowledge of Webpack and provide a foundational understanding of the major moving pieces. This is a very deep topic for one hour, and there's a lot in the email lessons that I didn't get to cover in the video.
Accompanying Lessons by Email
This video is accompanied by 5 email lessons to reinforce and expand on the material here. If you're not receiving them yet, just tell me where to send them!
- Lesson 1: Four main concepts
- Lesson 2: Bundles and Loaders
- Lesson 3: Plugins and Rules
- Lesson 4: Code Splitting and Optimization
- Lesson 5: IIFEs and Sourcemaps