Learning Webpack 3

Learning Webpack 3

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 1h 04m | 200 MB

Webpack is a great addition to a front-end developer’s toolset. It’s a module bundler suitable for the largest single-page web applications, and it can process JavaScript, CSS, and more. With webpack, web development is faster, more efficient, and fun. Learn the basics of webpack 3, in this introductory course with Eve Porcello. Discover how to install webpack, run a build, and edit the config file to facilitate automation. Find out how to use loaders to run tasks and process files such as CSS, SCSS, and inline images. Eve then demos webpack plugins for managing tasks such as code splitting and minification.

Topics include:

  • What is webpack?
  • Running webpack from the command line
  • Setting up loaders
  • Loading CSS
  • Compiling SCSS
  • Using webpack plugins