Introduction
Welcome
()
What you should already know
()
Using the exercise files
()
1. webpack
What is webpack?
()
Installing webpack
()
Running a webpack build
()
Understanding the webpack.config file
()
2. webpack Loaders
What is a loader?
()
Setting up babel-loader for a React or ES6 project
()
Using presets
()
Setting up coffee-loader for CoffeeScript projects
()
3. webpack & CSS
Why load CSS with webpack?
()
Transpiling Sass with webpack
()
Loading images with webpack
()
4. Code Splitting with webpack
What is code splitting?
()
Adding multiple entry points
()
Using the commons chunk bundle
()
Bundling vendor files
()
5. webpack-dev-server
What is the webpack-dev-server?
()
Setting up the webpack-dev-server
()
Ex_Files_Webpack_Basics.zip
(3.6 MB)