filmov
tv
Webpack Tutorial - How to Bundle your Modules with Webpack

Показать описание
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