From 9d442baa2069854aaef8cf67237873e6071bfafe Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Mon, 1 Aug 2016 11:47:46 -0600 Subject: [PATCH] add egghead.io playlist with a few intro videos (#18) --- webpack-tutorials.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webpack-tutorials.md b/webpack-tutorials.md index 798552a..4053e47 100644 --- a/webpack-tutorials.md +++ b/webpack-tutorials.md @@ -2,6 +2,10 @@ #### Basic Tutorials +- **Egghead.io - Intro to Webpack (Playlist)** + https://egghead.io/playlists/intro-to-webpack-4ca2d994 + Three lessons giving a brief introduction to webpack and loaders concepts. First lesson is free. + - **SurviveJS - Webpack** http://survivejs.com/webpack/introduction A full book online book that covers setting up Webpack for both development and production. Also touches topics such as ESLint and npm.