In this Webpack 5 tutorial, I'm going to show you how to install Webpack 5 and Webpack CLI, run the Webpack from the command line, create a Webpack config file, setup an NPM script to run Webpack, and finally run Webpack in watch mode.
Chapters:
00:00 Intro
00:17 Install Webpack 5 and Webpack CLI
01:08 Setup the Project to use Webpack
02:17 Run the Webpack
03:28 Create a Webpack Config File (webpack.config.js)
04:48 Use Custom Webpack Config File
05:13 Create an NPM Script to Run the Webpack
05:39 Run Webpack in Watch Mode
Github Repo: https://github.com/rapidevelop/ex_web...
#Webpack5 #Webpack #JavaScript #WebDevelopment