Webpack Tutorial - How to Bundle your Modules with Webpack

Опубликовано: 05 Октябрь 2024
на канале: Fullstack Academy
2,924
15

Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com

Webpack is an open-source JavaScript module bundler that enables developers to write modular code for the front-end. Webpack takes modules with dependencies and emits static assets that represent those modules, and builds a dependency graph that includes every module an application needs. In this Webpack tutorial, we'll walk you through how to use Webpack as a task runner and module bundler and we'll share a few other handy tips.

Watch this video to learn:

What is Webpack
Why Webpack is so useful and where it excels
Webpack use cases