From 622efe96acd7a14bb56fc6b4fda06593ae66a286 Mon Sep 17 00:00:00 2001 From: Mark Erikson Date: Tue, 31 Jul 2018 14:17:39 -0400 Subject: [PATCH] Update "Why use Webpack?" link --- webpack-tutorials.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/webpack-tutorials.md b/webpack-tutorials.md index 85bf067..10613be 100644 --- a/webpack-tutorials.md +++ b/webpack-tutorials.md @@ -17,10 +17,9 @@ Also see the [Awesome Webpack list](https://github.com/d3viant0ne/awesome-webpac https://www.youtube.com/watch?v=WQue1AN93YU A screencast video explaining what Webpack is and why you would want to use it -- **"Having a hard time understanding Webpack"** - https://www.reddit.com/r/javascript/comments/7qdksl/having_a_hard_time_understanding_webpack/dsoq9p3/ - https://www.reddit.com/r/javascript/comments/7qdksl/having_a_hard_time_understanding_webpack/dsphcmb/ - A fantastic, friendly, detailed explanation of why you would want to use Webpack and what problems it solves. Written as a walkthrough from "I have a bunch of scripts in my index.html and I have to keep them all in the right order", up to "I have a lot of individual files and they need to be bundled together". +- **Why Would I Use a Webpack?** + http://tinselcity.net/whys/packers + A fantastic, friendly, detailed explanation of why you would want to use Webpack and what problems it solves. Written as a walkthrough from "I have a bunch of scripts in my index.html and I have to keep them all in the right order", up to "I have a lot of individual files and they need to be bundled together". (Originally written as a Reddit comment that was removed - [see the resulting comments](https://www.reddit.com/r/javascript/comments/7qdksl/having_a_hard_time_understanding_webpack/dsoq9p3/).) - **Egghead.io - Intro to Webpack (Playlist)** https://egghead.io/playlists/intro-to-webpack-4ca2d994 @@ -170,7 +169,7 @@ Also see the [Awesome Webpack list](https://github.com/d3viant0ne/awesome-webpac - **Webpack - From Apprentice to Journeyman** http://presentations.survivejs.com/webpack-from-apprentice-to-journeyman/#/ - A presentation from Juho Vepsäläinen of the core Webpack team, explaining the basics of Webpack. + A presentation from Juho Vepsäläinen of the core Webpack team, explaining the basics of Webpack. - **Webpack - From Journeyman to Master** https://presentations.survivejs.com/webpack-from-journeyman-to-master/#/ @@ -303,8 +302,8 @@ Also see the [Awesome Webpack list](https://github.com/d3viant0ne/awesome-webpac - **webpack-blocks** https://github.com/andywer/webpack-blocks - Functional building blocks for the webpack config. Compose it using feature middlewares like Babel, PostCSS, HMR (Hot Module Replacement), … + Functional building blocks for the webpack config. Compose it using feature middlewares like Babel, PostCSS, HMR (Hot Module Replacement), Â… - **webpack-flow** https://github.com/webpack-flow/webpack-flow - A set of utilities to manage sharable webpack configs and make them reusable. \ No newline at end of file + A set of utilities to manage sharable webpack configs and make them reusable.