Learning webpack 4
Offered By: LinkedIn Learning
Course Description
Overview
Discover how to optimize web development with webpack 4, the versatile module bundler. Learn how to set up, configure loaders, and use plugins.
Syllabus
Introduction
- Bundle JavaScript modules with webpack 4
- What you should know
- What is webpack?
- What's new in webpack 4?
- Install webpack and webpack-cli
- Run webpack
- Run the build with webpack.config
- Using npm build scripts
- What is a loader?
- Set up babel-loader for a React or ES6 project
- Using @babel/preset-env
- Using @babel/preset-react
- Load CSS with webpack
- Load images with webpack
- Using the webpack-dev-server
- What is code splitting?
- Add multiple entry points
- Optimize with SplitChunks
- Using the HtmlWebpackPlugin
- Prepare code for production
- Next steps
Taught by
Eve Porcello
Related Courses
Build a Server Rendered + Code Split App in React with React Universal Componentegghead.io Build Performant and Progressive Angular Applications
egghead.io Learn React hooks, lazy, and memo API
egghead.io Learn React lazy, memo, useState and useEffect in 7 minutes
egghead.io React Optimization Cookbook
egghead.io