In this video I’m going to show you how to install Webpack and Webpack-cli, run the Webpack from the command line, create Webpack config file, setup an NPM script to run Webpack and finally run Webpack in watch mode.
Chapters:
00:00 Intro
00:18 Install Webpack and Webpack CLI
01:19 Setup the Project to use Webpack
02:35 Run the Webpack
03:17 Create Webpack Config File (webpack.config.js)
04:21 Use Custom Webpack Config File
04:44 Create an NPM Script to Run the Webpack
05:09 Run Webpack in Watch Mode
Github Repo: https://github.com/rapidevelop/webpac...
#Webpack