Courses in category Webpack

AngularJS and Webpack for Modular Applications
How much work would it take for you to move all of your directives and their templates to several different new directories? You'd have to update the templateUrl, script tags, e...
43 minutes 56 seconds

Webpack 5 in 2023 The Complete Guide For Beginners
My main goal is to help you understand and master Webpack, particularly its latest version Webpack 4. This course was specifically designed for those who want to learn Webpack f...
4 hours 46 minutes 53 seconds

Webpack 4: Beyond the Basics
Welcome to the web hacker's cookbook for building modern javascript applications using the Webpack module loader and asset bundler. I aim to make this Beyond the Basics course a...
5 hours 26 minutes 56 seconds

Webpack
Webpack is a tool that puts all of your assets, including Javascript, images, fonts, and CSS, into a dependency graph. Webpack allows you to use require () in your source code to point local files, like images, and decide how they are handled in your final Javascript package, such as replacing the path with the URL pointing to the CDN.