getDependenciesToSkip
Retrieves the list of dependencies that should be skipped during the bundling process.
Import:
import { getDependenciesToSkip } from 'obsidian-dev-utils/script-utils/bundlers/esbuild-impl/dependency';Signature:
function getDependenciesToSkip(): Promise<Set<string>>Returns: Promise<Set<string>> — A Promise that resolves to a Set of dependency names to skip.