Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Webpack 4 - First Steps
Rating: 4.6 out of 5(35 ratings)
245 students

Webpack 4 - First Steps

Use Webpack to bundle and automate a lot of regular JavaScript workflow task and become a powerful JS developer!
Created byMehul Mohan
Last updated 4/2019
English

What you'll learn

  • Introduction to Webpack
  • Various webpack options provided
  • Creating production ready apps with webpack
  • Configuring webpack from scratch
  • Adding custom loaders and plugins

Course content

7 sections29 lectures1h 47m total length
  • Introduction1:36
  • What is Webpack2:12
  • Webpack vs Grunt2:28
  • Webpack Hello World on zero configuration4:37

Requirements

  • JavaScript (ES6 basics)
  • HTML
  • CSS

Description

Webpack is a module bundler which is much more than just a bundler. It allows you to automate a lot of moving pieces of your project (like prefixing CSS styles, optimizing bundles, writing in TypeScript and Sass and compiling down to browser version, etc.)

In this complete series, we're going to get hands on experience with Webpack and how to start working on real projects using Webpack as the technology.

Once configured, webpack gives you to ability to truly focus only on the code quality you write and leave rest of the optimization and code work on it. However it is important to configure it correctly and know at every moment which configuration does what. In this whole series, we're going on a joy ride with webpack.

Who this course is for:

  • Anyone who is looking to upgrade his web development skills
  • Anyone who wants to be a full stack developer
  • Anyone who likes working with cool automated tools