Webpack for Everyone

Go to class
Write Review

Webpack for Everyone provided by Laracasts is a comprehensive online course, which lasts for 1-2 hours worth of material. Webpack for Everyone is taught by Jeffrey Way. Upon completion of the course, you can receive an e-certificate from Laracasts. The course is taught in Englishand is Paid Course. Visit the course page at Laracasts for detailed price information.

Overview
  • Webpack is a wonderful tool for bundling front-end assets. Having said that, it can sometimes be a bit confusing to newcomers who switch over from a more traditional "concatenate these scripts and libraries in this exact order" setup. However, considering the recent release of Webpack 2, there has never been a better time to dive in.

    In this series, I'll show you how simple it is to bundle and optimize your assets for production.

Syllabus
    • Zero Configuration Compilation
    • A Dedicated Configuration File
    • Modules Are Simply Files
    • Loaders Are Transformers
    • ES2015 Compilation With Babel
    • Minification and Environments
    • Sass Compilation
    • Extract CSS to a Dedicated File
    • The Relative URL Conundrum
    • How to Strip Unused CSS
    • Long-Term Caching
    • Webpack Manifests
    • Automatic Image Optimization
    • Developing Webpack Plugins