Introduction
Welcome
()
What you should know
()
Using the exercise files
()
1. What is webpack?
What is webpack?
()
Installing webpack
()
Running webpack from the command line
()
Creating a webpack config
()
Using npm build scripts
()
Using a watch command
()
2. webpack Loaders
What is a loader?
()
Setting up babel-loader
()
Using babel presets
()
Using babel-loader for React
()
3. webpack and CSS
Loading CSS with webpack
()
Compiling SCSS
()
Loading images
()
Setting up the webpack-dev-server
()
4. webpack Plugins
What is code splitting?
()
Adding multiple entry points
()
Using the commons chunk bundle
()
Bundling vendor files
()
Incorporating the HTML webpack plugin
()
Preparing code for production
()
Ex_Files_Webpack3.zip
(7.0 MB)