Webpack 4 Fundamentals

Webpack 4 Fundamentals

4 hours, 10 minutes CC

Learn the core concepts of Webpack 4 with Sean Larkin – maintainer of Webpack. You'll start entirely from scratch by adding webpack with npm and separate your dev and production environments. Then you'll learn to lazy load your JavaScript through code splitting, remove code you don't need through tree shaking, and control your entire build pipeline with popular loaders and plugins from the Webpack ecosystem. Be confident in building and shipping your code with Webpack – the open source bundler responsible for powering some of the most popular and high-performance web applications!

This course and others like it are available as part of our Frontend Masters video subscription.

Published: June 29, 2018
Get Unlimited Access Now
Table of Contents

Why Webpack

Webpack from Scratch

Webpack Core Concepts

Using Plugins

Wrapping Up