Javascript Module - Dependency Graph

About

This page is about the dependency graph between module.

Build

The dependency graph is build from a single module (called the entry point)

The dependency module files are found (resolved) by the resolver that try to find the file first:

Usage

Dependency graph are used in build operation that depends on it such as:





Discover More
Web - Build Operations / Build Pipeline

This page is the build operation for the web. A build pipeline will: transform (compile) bundle and optimize web code html, css (less, ...) Javascript (Javascript Module, React Jsx,...
Web - Bundler

Web - Bundler A bundler is a web build tool that * from a javascript entry file * get all dependent files * performs the build operations configured. * and outputs only one file: the bundle *...
Web Build Operation - Tree Shaking

tree-shaking is a build operation that eliminates dead code (code written but not used). treedependency tree



Share this page:
Follow us:
Task Runner