Skip to content

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.

FunctionDescription
getDependenciesToBundleDetermines which dependencies should be bundled by esbuild.
getDependenciesToSkipRetrieves the list of dependencies that should be skipped during the bundling process.