From 845728cbf8dfb2c30001e7d6e5b118841c8cdc47 Mon Sep 17 00:00:00 2001 From: Mark Erikson Date: Tue, 9 Feb 2016 23:03:04 -0500 Subject: [PATCH] Add link to Beginner Webpack Tutorial --- webpack-tutorials.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webpack-tutorials.md b/webpack-tutorials.md index af42220..2eb71ed 100644 --- a/webpack-tutorials.md +++ b/webpack-tutorials.md @@ -24,3 +24,7 @@ - **Webpack + React is Awesome** http://www.christianalfoni.com/articles/2014_12_13_Webpack-and-react-is-awesome Another tutorial explaining how to use and set up Webpack + +- **Beginner Webpack Tutorial** + https://github.com/AriaFallah/WebpackTutorial/tree/master/part1 + Very well-written tutorial that steps through the many pieces in a typical Webpack config, how to configure them, and what they're used for. (Two parts so far, more to come.)