dt-app
Version:
The Dynatrace App Toolkit is a tool you can use from your command line to create, develop, and deploy apps on your Dynatrace environment.
8 lines (7 loc) • 309 B
TypeScript
import type { Plugin as EsbuildPlugin } from 'esbuild';
export declare const EMPTY_SOURCEMAP: string;
/**
* Esbuild plugin that excludes node_module files from sourceMaps.
* Source: https://github.com/evanw/esbuild/issues/1685
*/
export declare const excludeVendorFromSourceMapPlugin: () => EsbuildPlugin;