From 5108f757832c6104c0ea2c180c76f39e23fa70de Mon Sep 17 00:00:00 2001 From: Gopi_Webdev <126976800+GopiWebDev@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:14:54 +0530 Subject: [PATCH] Added an additional resource to the newly added webpack section. --- javascript/organizing_your_javascript_code/webpack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/organizing_your_javascript_code/webpack.md b/javascript/organizing_your_javascript_code/webpack.md index 6579a0fea6a..fb0d378d98e 100644 --- a/javascript/organizing_your_javascript_code/webpack.md +++ b/javascript/organizing_your_javascript_code/webpack.md @@ -440,4 +440,4 @@ The following questions are an opportunity to reflect on key topics in this less This section contains helpful links to related content. It isn't required, so consider it supplemental. -- It looks like this lesson doesn't have any additional resources yet. Help us expand this section by contributing to our curriculum. +- Brad Traversy from Traversy Media has a [Crash Course on Webpack](https://youtu.be/IZGNcSuwBZs?feature=shared), this covers all the topics on Webpack.