script-utils/bundlers/esbuild-impl/dependency
This module provides utilities for managing dependencies during the esbuild process. It includes functions to determine which dependencies should be skipped and which should be bundled, as well as an esbuild plugin for extracting dependencies to bundle.
Functions
Section titled “Functions”| Function | Description |
|---|---|
| getDependenciesToBundle | Determines which dependencies should be bundled by esbuild. |
| getDependenciesToSkip | Retrieves the list of dependencies that should be skipped during the bundling process. |