@kcinternals/heft-esbuild-plugin
Version:
heft-plugin for bundling with esbuild
13 lines • 308 B
TypeScript
/**
* Plugin name.
*
* @public
*/
export declare const PLUGIN_NAME: "esbuild-plugin";
/**
* The error message when user enabled watch mode.
*
* @internal
*/
export declare const UNSUPPORTED_WATCH_MODE: "Esbuild is only available when running without watch mode.";
//# sourceMappingURL=shared.d.ts.map